Skip to content

Commit 0f703c1

Browse files
committed
[TEST] Update CBMC to d4757e2231b236ddd1d1933b4002a5aa4ca36db9
This commit tests the mlkem-native CBMC proofs with the current upstream d4757e2231b236ddd1d1933b4002a5aa4ca36db9 of CBMC. This merges diffblue/cbmc#8562 solving a soundness issue we previously reported, but was noted to sometimes cause performance regressions. Signed-off-by: Hanno Becker <[email protected]>
1 parent e2494f3 commit 0f703c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/cbmc/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ buildEnv {
1414
paths =
1515
builtins.attrValues {
1616
cbmc = cbmc.overrideAttrs (old: rec {
17-
version = "6.4.1"; # remember to adjust this in ../flake.nix too
17+
version = "d4757e2231b236ddd1d1933b4002a5aa4ca36db9"; # remember to adjust this in ../flake.nix too
1818
src = fetchFromGitHub {
1919
owner = "diffblue";
2020
repo = old.pname;
21-
rev = "${old.pname}-${version}";
22-
hash = "sha256-O8aZTW+Eylshl9bmm9GzbljWB0+cj2liZHs2uScERkM=";
21+
rev = "d4757e2231b236ddd1d1933b4002a5aa4ca36db9";
22+
hash = "sha256-o0aiTm+HZXtzBQ94kfymkR5FHhARZvwWRjCk1p2U/P0";
2323
};
2424
patches = [
2525
./0001-Do-not-download-sources-in-cmake.patch

0 commit comments

Comments
 (0)