Skip to content

Commit 892ce01

Browse files
Adjust proof tooling to support CBMC v6 (#128)
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. Co-authored-by: Aniruddha Kanhere <[email protected]>
1 parent 212ca88 commit 892ce01

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
@@ -146,6 +146,8 @@ jobs:
146146
steps:
147147
- name: Set up CBMC runner
148148
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
149+
with:
150+
cbmc_version: "6.1.1"
149151
- name: Run CBMC
150152
uses: FreeRTOS/CI-CD-Github-Actions/run_cbmc@main
151153
with:

0 commit comments

Comments
 (0)