Skip to content

Commit ccf04c2

Browse files
authored
Adjust proof tooling to support CBMC v6 (#104)
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 1e0386b commit ccf04c2

File tree

2 files changed

+214
-184
lines changed

2 files changed

+214
-184
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ jobs:
186186
steps:
187187
- name: Set up CBMC runner
188188
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
189+
with:
190+
cbmc_version: "6.1.1"
189191

190192
- name: Run CBMC
191193
uses: FreeRTOS/CI-CD-Github-Actions/run_cbmc@main

0 commit comments

Comments
 (0)