Skip to content

Commit 394a9d5

Browse files
committed
Auto merge of #995 - RalfJung:lock, r=RalfJung
add lockfile Fixes #427
2 parents c77f0ab + 917effa commit 394a9d5

File tree

4 files changed

+906
-6
lines changed

4 files changed

+906
-6
lines changed

.appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install:
3636
build_script:
3737
- set RUSTFLAGS=-C debug-assertions
3838
# Build and install miri
39-
- cargo build --release --all-features --all-targets
39+
- cargo build --release --all-features --all-targets --locked
4040
- cargo install --all-features --force --path . --locked --offline
4141
# Get ourselves a MIR-full libstd, and use it henceforth
4242
- cargo miri setup
@@ -46,7 +46,7 @@ test_script:
4646
- set RUST_TEST_NOCAPTURE=1
4747
- set RUST_BACKTRACE=1
4848
# Test miri
49-
- cargo test --release --all-features
49+
- cargo test --release --all-features --locked
5050
# Test cargo integration
5151
- cd test-cargo-miri
5252
- '"C:\msys64\mingw64\bin\python3.exe" run-test.py'

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ target
33
tex/*/out
44
*.dot
55
*.rs.bk
6-
Cargo.lock

0 commit comments

Comments
 (0)