Skip to content

Commit

Permalink
[ci] Pin Kani to last known-good version (#930)
Browse files Browse the repository at this point in the history
* [ci] Pin Kani to last known-good version

Makes progress on #929

* Update ci.yml
  • Loading branch information
joshlf committed Feb 23, 2024
1 parent ca49473 commit 1f7e935
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 @@ -321,6 +321,8 @@ jobs:
# Go back to testing all features once the Kani GitHub Action supports
# specifying a particular toolchain.
args: "--package zerocopy --features __internal_use_only_features_that_work_on_stable --output-format=terse --randomize-layout --memory-safety-checks --overflow-checks --undefined-function-checks --unwinding-checks"
# TODO(#929): Either roll this automatically or don't pin.
kani-version: 0.46.0

check_fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1f7e935

Please sign in to comment.