From 65a93eb3ee0ad5ded12666370029dbaca7c5e1ad Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 29 May 2019 12:54:19 +0200 Subject: [PATCH] try to make the Windows CI not rebuild Miri --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 438a65880b8..d13ce2b3974 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 -- 2.44.0