Skip to content

Commit

Permalink
Use CBMC version 5.95.1 (#1124)
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 aws-c-common PRs are not negatively impacted by this release. After releasing CBMC version 6 we will issue a follow-up PR that will return aws-c-common 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 authored Jun 19, 2024
1 parent 4fccc79 commit a8f6315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proof_ci_resources/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cadical-tag: latest
cbmc-version: latest
cbmc-version: "5.95.1"
cbmc-viewer-version: latest
kissat-tag: latest
litani-version: latest
Expand Down

0 comments on commit a8f6315

Please sign in to comment.