Skip to content

Commit

Permalink
Adjust proof tooling to support CBMC v6 (#98)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tautschnig authored Sep 5, 2024
1 parent ac1631c commit 40d914a
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 186 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ jobs:
- name: Set up CBMC runner
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
with:
cbmc_version: "5.95.1"
cbmc_viewer_version: "latest"
cbmc_version: "6.1.1"
- name: Run CBMC
uses: FreeRTOS/CI-CD-Github-Actions/run_cbmc@main
with:
Expand Down
Loading

0 comments on commit 40d914a

Please sign in to comment.