Skip to content

Commit

Permalink
Remove stabilized miri flags
Browse files Browse the repository at this point in the history
Flag removed in rust-lang/miri#3339
  • Loading branch information
phil-opp committed Mar 30, 2024
1 parent d3d877e commit f00b820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
name: "Miri tests"
runs-on: ubuntu-latest
env:
MIRIFLAGS: "-Zmiri-disable-isolation -Zmiri-strict-provenance -Zmiri-tag-raw-pointers"
MIRIFLAGS: "-Zmiri-disable-isolation -Zmiri-strict-provenance"
steps:
- uses: actions/checkout@v1
- run: rustup toolchain install nightly --profile minimal --component rust-src miri
Expand Down

0 comments on commit f00b820

Please sign in to comment.