@@ -29,6 +29,7 @@ python.toolchain(python_version = "3.11")
2929python .toolchain (
3030 is_default = True ,
3131 python_version = "3.12" ,
32+ configure_coverage_tool = True ,
3233)
3334
3435use_repo (python , "python_versions" )
@@ -68,26 +69,27 @@ use_repo(pip_dev, "trlc_dev_dependencies")
6869
6970http_archive = use_repo_rule ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
7071
72+
7173http_archive (
7274 name = "cvc5_linux" ,
7375 build_file = "@trlc//:cvc5.BUILD" ,
74- sha256 = "ab9344e2dddda794669c888a3afcd99f25f2627e1d426bd7d08ecb267361b331 " ,
76+ sha256 = "30abf22d8042f3c4d3eb1120c595abd461f92f276a6d1264895fb4403b5fb3fd " ,
7577 strip_prefix = "cvc5-Linux-x86_64-static-gpl" ,
76- url = "https://github.com/cvc5/cvc5/releases/download/cvc5-1.2.0 /cvc5-Linux-x86_64-static-gpl.zip" ,
78+ url = "https://github.com/cvc5/cvc5/releases/download/cvc5-1.3.2 /cvc5-Linux-x86_64-static-gpl.zip" ,
7779)
7880
7981http_archive (
8082 name = "cvc5_mac" ,
8183 build_file = "@trlc//:cvc5.BUILD" ,
82- sha256 = "2b983ca743ef1327b51408bf8ba6c08c97beaadde2c3968da701ca16bb1e3740 " ,
84+ sha256 = "9b00ae44d51903cd830e281c97066d7e4c0a57f1aa6c5b275435d3016427be64 " ,
8385 strip_prefix = "cvc5-macOS-arm64-static-gpl" ,
84- url = "https://github.com/cvc5/cvc5/releases/download/cvc5-1.2.0 /cvc5-macOS-arm64-static-gpl.zip" ,
86+ url = "https://github.com/cvc5/cvc5/releases/download/cvc5-1.3.2 /cvc5-macOS-arm64-static-gpl.zip" ,
8587)
8688
8789http_archive (
8890 name = "cvc5_windows" ,
8991 build_file = "@trlc//:cvc5.BUILD" ,
90- sha256 = "256f4af3f4181e770801df436852cb3c76c86dbf9b69a47064d7f8d5bc0ee1d2 " ,
92+ sha256 = "206d55380f9a0ccf43541756b5ce2be487efcbbf322b93dc1de662856c70e5cc " ,
9193 strip_prefix = "cvc5-Win64-x86_64-static" ,
92- url = "https://github.com/cvc5/cvc5/releases/download/cvc5-1.2.0 /cvc5-Win64-x86_64-static.zip" ,
94+ url = "https://github.com/cvc5/cvc5/releases/download/cvc5-1.3.2 /cvc5-Win64-x86_64-static.zip" ,
9395)
0 commit comments