We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cc117 commit 59764d6Copy full SHA for 59764d6
.github/workflows/ci.yml
@@ -261,8 +261,8 @@ jobs:
261
- name: Set up CBMC runner
262
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
263
with:
264
- cbmc_version: "5.61.0"
265
- cbmc_viewer_version: "3.5"
+ cbmc_version: "5.95.1"
+ cbmc_viewer_version: "latest"
266
- name: Install cmake
267
run: |
268
sudo apt-get install -y cmake
test/cbmc/proofs/C_CreateObject/Makefile
@@ -25,6 +25,8 @@ MAX_LABEL_SIZE=32
25
# Should be one more than the total number of objects in the PKCS stack.
26
MAX_OBJECT_NUM=2
27
28
+CBMC_OBJECT_BITS=9
29
+
30
DEFINES += -DTEMPLATE_SIZE=$(TEMPLATE_SIZE)
31
DEFINES += -DTEMPLATE_ATTRIBUTE_MAX_SIZE=$(TEMPLATE_ATTRIBUTE_MAX_SIZE)
32
0 commit comments