We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 829969e + 65a93eb commit a5224b0Copy full SHA for a5224b0
.appveyor.yml
@@ -33,7 +33,7 @@ build_script:
33
- set RUSTFLAGS=-C debug-assertions
34
# Build and install miri
35
- cargo build --release --all-features --all-targets
36
- - cargo install --all-features --force --path .
+ - cargo install --all-features --force --path . --locked --offline
37
# Get ourselves a MIR-full libstd, and use it henceforth
38
- cargo miri setup
39
- set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\miri\miri\cache\HOST
0 commit comments