]> git.lizzy.rs Git - rust.git/commitdiff
try to make the Windows CI not rebuild Miri
authorRalf Jung <post@ralfj.de>
Wed, 29 May 2019 10:54:19 +0000 (12:54 +0200)
committerRalf Jung <post@ralfj.de>
Wed, 29 May 2019 10:58:44 +0000 (12:58 +0200)
.appveyor.yml

index 438a65880b8704efeba691c1af4addd3fecfb112..d13ce2b3974de8103cf8d4ce6f415e930742d468 100644 (file)
@@ -33,7 +33,7 @@ build_script:
     - set RUSTFLAGS=-C debug-assertions
     # Build and install miri
     - cargo build --release --all-features --all-targets
-    - cargo install --all-features --force --path .
+    - cargo install --all-features --force --path . --locked --offline
     # Get ourselves a MIR-full libstd, and use it henceforth
     - cargo miri setup
     - set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\miri\miri\cache\HOST