Skip to content

Commit

Permalink
build cbmc from source
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias J. Kannwischer <[email protected]>
  • Loading branch information
mkannwischer committed Jun 13, 2024
1 parent 3a6ad7e commit 4746de8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,24 @@
hash = "sha256-eKYQq9OelOD5E+nuXNoehbtizWM1U97LngDT2SAQGc4=";
};
});
cbmc = pkgs.cbmc.overrideAttrs (old: rec {
version = "731338d5d82ac86fc447015e0bd24cdf7a74c442";
src = pkgs.fetchFromGitHub {
owner = "diffblue";
repo = "cbmc";
rev = "731338d5d82ac86fc447015e0bd24cdf7a74c442";
hash = "sha256-fDLSo5EeHyPTliAqFp+5mfaB0iZXIMXeMyF21fjl5k4=";
};
});

core = builtins.attrValues
{
litani = litani; # 1.29.0
cbmc-viewer = cbmc-viewer; # 3.8
astyle = astyle;
cbmc = cbmc;

inherit (pkgs)
cbmc# 5.95.1
ninja# 1.11.1

# formatter & linters
Expand Down

0 comments on commit 4746de8

Please sign in to comment.