Skip to content

Commit 59764d6

Browse files
committed
Bump CBMC version to 5.95.1
This will make proofs use the latest stable release of CBMC (and cbmc-viewer).
1 parent 14cc117 commit 59764d6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ jobs:
261261
- name: Set up CBMC runner
262262
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
263263
with:
264-
cbmc_version: "5.61.0"
265-
cbmc_viewer_version: "3.5"
264+
cbmc_version: "5.95.1"
265+
cbmc_viewer_version: "latest"
266266
- name: Install cmake
267267
run: |
268268
sudo apt-get install -y cmake

test/cbmc/proofs/C_CreateObject/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ MAX_LABEL_SIZE=32
2525
# Should be one more than the total number of objects in the PKCS stack.
2626
MAX_OBJECT_NUM=2
2727

28+
CBMC_OBJECT_BITS=9
29+
2830
DEFINES += -DTEMPLATE_SIZE=$(TEMPLATE_SIZE)
2931
DEFINES += -DTEMPLATE_ATTRIBUTE_MAX_SIZE=$(TEMPLATE_ATTRIBUTE_MAX_SIZE)
3032

0 commit comments

Comments
 (0)