Skip to content

Commit

Permalink
try to make the Windows CI not rebuild Miri (#750)
Browse files Browse the repository at this point in the history
try to make the Windows CI not rebuild Miri
  • Loading branch information
RalfJung authored May 29, 2019
2 parents 829969e + 65a93eb commit a5224b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5224b0

Please sign in to comment.