Skip to content

Commit bc64b38

Browse files
committed
Freeze miri as it's broken on nightly
See rust-lang/rust#70055
1 parent 2cd13ea commit bc64b38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
steps:
5050
- template: install-rust.yml@templates
5151
parameters:
52-
rust: nightly
52+
# fix nightly since miri breaks there frequently
53+
# should probably be bumped occasionally
54+
rust: nightly-2020-03-16
5355
components:
5456
- miri
5557
- bash: cargo miri setup

0 commit comments

Comments
 (0)