Skip to content

Commit

Permalink
Adjust proof tooling to support CBMC v6
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 committed Aug 23, 2024
1 parent 7a108e8 commit dbaf3a4
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 186 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ jobs:
steps:
- name: Set up CBMC runner
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
with:
cbmc_version: "6.1.1"
- run: |
git submodule update --init --checkout --recursive --depth 1
- name: Run CBMC
Expand Down
Loading

0 comments on commit dbaf3a4

Please sign in to comment.