Skip to content

Commit dbaf3a4

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 7a108e8 commit dbaf3a4

File tree

3 files changed

+218
-186
lines changed

3 files changed

+218
-186
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ jobs:
179179
steps:
180180
- name: Set up CBMC runner
181181
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
182+
with:
183+
cbmc_version: "6.1.1"
182184
- run: |
183185
git submodule update --init --checkout --recursive --depth 1
184186
- name: Run CBMC

0 commit comments

Comments
 (0)