Skip to content

Commit

Permalink
Fix Miri installation
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 17, 2022
1 parent 183dc72 commit a1177d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ jobs:
pool:
vmImage: ubuntu-latest
steps:
- template: install-rust.yml@templates
parameters:
rust: nightly
components:
- miri
- bash: rustup toolchain install nightly --component miri && rustup default nightly
displayName: install rust
# ignore leaks due to https://github.com/crossbeam-rs/crossbeam/issues/464
# disable preemption due to https://github.com/rust-lang/rust/issues/55005
# disable weak memory emulation due to https://github.com/rust-lang/miri/issues/2223
Expand Down

0 comments on commit a1177d4

Please sign in to comment.