File tree Expand file tree Collapse file tree 4 files changed +906
-6
lines changed Expand file tree Collapse file tree 4 files changed +906
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ install:
3636build_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'
Original file line number Diff line number Diff line change 33tex /* /out
44* .dot
55* .rs.bk
6- Cargo.lock
You can’t perform that action at this time.
0 commit comments