Skip to content

Commit

Permalink
Bump CBMC version to 5.95.1
Browse files Browse the repository at this point in the history
This will make proofs use the latest stable release of CBMC (and
cbmc-viewer).
  • Loading branch information
tautschnig committed Jun 7, 2024
1 parent 14cc117 commit 59764d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ jobs:
- name: Set up CBMC runner
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
with:
cbmc_version: "5.61.0"
cbmc_viewer_version: "3.5"
cbmc_version: "5.95.1"
cbmc_viewer_version: "latest"
- name: Install cmake
run: |
sudo apt-get install -y cmake
Expand Down
2 changes: 2 additions & 0 deletions test/cbmc/proofs/C_CreateObject/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ MAX_LABEL_SIZE=32
# Should be one more than the total number of objects in the PKCS stack.
MAX_OBJECT_NUM=2

CBMC_OBJECT_BITS=9

DEFINES += -DTEMPLATE_SIZE=$(TEMPLATE_SIZE)
DEFINES += -DTEMPLATE_ATTRIBUTE_MAX_SIZE=$(TEMPLATE_ATTRIBUTE_MAX_SIZE)

Expand Down

0 comments on commit 59764d6

Please sign in to comment.