Skip to content

Commit

Permalink
Stop passing tag-raw-ptrs to MIRIFLAGS
Browse files Browse the repository at this point in the history
For a while it has been a do-nothing option that has finally been removed.
  • Loading branch information
workingjubilee authored and mbrubeck committed Mar 20, 2024
1 parent a101f65 commit c01d595
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -54,8 +54,6 @@ jobs:
- name: miri
if: matrix.toolchain == 'nightly'
run: bash ./scripts/run_miri.sh
env:
MIRIFLAGS: '-Zmiri-tag-raw-pointers'

- name: fuzz
if: matrix.fuzz == 1
Expand Down

0 comments on commit c01d595

Please sign in to comment.