Skip to content

Commit

Permalink
Exclude a miri job
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Aug 28, 2023
1 parent 460fe21 commit db6ea57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
matrix:
target: [x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu]
flags: [--no-default-features, "", --all-features]
exclude:
# miri doesn't implement some aarch intrinsics (`llvm.aarch64.neon.tbl1.v16i8`)
- target: aarch64-unknown-linux-gnu
flags: --all-features
env:
MIRIFLAGS: -Zmiri-strict-provenance
steps:
Expand Down

0 comments on commit db6ea57

Please sign in to comment.