Skip to content

Commit

Permalink
Use CBMC version 5.95.1
Browse files Browse the repository at this point in the history
The upcoming CBMC version 6 release includes changes that may affect
existing proofs. This PR will make sure that
Device-Shadow-for-AWS-IoT-embedded-sdk PRs are not negatively impacted
by this release. After releasing CBMC version 6 we will issue a
follow-up PR that will return Device-Shadow-for-AWS-IoT-embedded-sdk to
using CBMC's latest release, and will include any changes to proofs that
may be necessary to support the new version.
  • Loading branch information
tautschnig committed Jun 6, 2024
1 parent 1ec4a8d commit b34ea8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ jobs:
steps:
- name: Set up CBMC runner
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
with:
cbmc_version: "5.95.1"
- name: Run CBMC
uses: FreeRTOS/CI-CD-Github-Actions/run_cbmc@main
with:
Expand Down

0 comments on commit b34ea8e

Please sign in to comment.