Skip to content

Commit

Permalink
motoko-san: bump z3 solver
Browse files Browse the repository at this point in the history
Problem: Currently used z3 version abnormally fails on GA macOS
runners.

Solution: Use 'z3_4_12' instead of 'z3' in nix setup.
  • Loading branch information
rvem committed Apr 25, 2024
1 parent b42879a commit db7b3af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ rec {
run-deser = test_subdir "run-deser" [ deser ];
perf = perf_subdir "perf" [ moc nixpkgs.drun ];
bench = perf_subdir "bench" [ moc nixpkgs.drun ic-wasm ];
viper = test_subdir "viper" [ moc nixpkgs.which nixpkgs.openjdk nixpkgs.z3 ];
viper = test_subdir "viper" [ moc nixpkgs.which nixpkgs.openjdk nixpkgs.z3_4_12 ];
inherit qc lsp unit candid profiling-graphs coverage;
}) // { recurseForDerivations = true; };

Expand Down Expand Up @@ -818,7 +818,7 @@ EOF
niv
nix-update
rlwrap # for `rlwrap moc`
openjdk z3 # for viper dev
openjdk z3_4_12 # for viper dev
difftastic
] ++ lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security
));
Expand Down

0 comments on commit db7b3af

Please sign in to comment.