Skip to content

Commit

Permalink
Freeze miri as it's broken on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Mar 17, 2020
1 parent 2cd13ea commit bc64b38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
steps:
- template: install-rust.yml@templates
parameters:
rust: nightly
# fix nightly since miri breaks there frequently
# should probably be bumped occasionally
rust: nightly-2020-03-16
components:
- miri
- bash: cargo miri setup
Expand Down

0 comments on commit bc64b38

Please sign in to comment.