Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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