Skip to content

Commit

Permalink
use older version of cbmc as v6 just released
Browse files Browse the repository at this point in the history
  • Loading branch information
jouho committed Jun 18, 2024
1 parent 3063fca commit 65b3ad3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proof_ci_resources/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cadical-tag: latest
cbmc-version: latest
cbmc-version: "5.95.1"
cbmc-viewer-version: latest
kissat-tag: latest
litani-version: latest
Expand Down
3 changes: 3 additions & 0 deletions tests/cbmc/proofs/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,9 @@ COMMA :=,
################################################################
# Set C compiler defines

CBMCFLAGS += --object-bits $(CBMC_OBJECT_BITS)
COMPILE_FLAGS += --object-bits $(CBMC_OBJECT_BITS)

DEFINES += -DCBMC=1
DEFINES += -DCBMC_OBJECT_BITS=$(CBMC_OBJECT_BITS)
DEFINES += -DCBMC_MAX_OBJECT_SIZE="(SIZE_MAX>>(CBMC_OBJECT_BITS+1))"
Expand Down

0 comments on commit 65b3ad3

Please sign in to comment.