Skip to content

Commit 0df0867

Browse files
committed
Adjust proof tooling to support CBMC v6
With CBMC v6, unwinding assertions are enabled by default, and object bits no longer need to be set at compile time. Update various build rules to use the latest template as provided with CBMC starter kit.
1 parent 8314c29 commit 0df0867

File tree

2 files changed

+213
-185
lines changed

2 files changed

+213
-185
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
- name: Set up CBMC runner
195195
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
196196
with:
197-
cbmc_version: "5.95.1"
197+
cbmc_version: "6.1.1"
198198
- name: Run CBMC
199199
uses: FreeRTOS/CI-CD-Github-Actions/run_cbmc@main
200200
with:

0 commit comments

Comments
 (0)