Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Aug 28, 2023
1 parent d674d0f commit be51e05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ jobs:
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`)
# miri doesn't implement neon intrinsics.
- target: aarch64-unknown-linux-gnu
flags: --all-features
env:
MIRIFLAGS: -Zmiri-strict-provenance
steps:
Expand Down

0 comments on commit be51e05

Please sign in to comment.