Skip to content

Commit db06aad

Browse files
committed
use new dir for CI and docs
1 parent bd7f407 commit db06aad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ script:
3737
cargo test --release --all-features &&
3838
cargo install --all-features --force --path .
3939
- |
40-
# Get ourselves a MIR-full libstd
40+
# Get ourselves a MIR-full libstd, and use it henceforth
4141
cargo miri setup &&
42-
export MIRI_SYSROOT=~/.miri/HOST
42+
export MIRI_SYSROOT=~/.cache/miri/HOST
4343
- |
4444
# Test miri with full MIR
4545
cargo test --release --all-features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Miri builds and vice-versa.
9191

9292
You may be running `cargo miri` with a different compiler version than the one
9393
used to build the custom libstd that Miri uses, and Miri failed to detect that.
94-
Try deleting `~/.miri`.
94+
Try deleting `~/.cache/miri`.
9595

9696
## Miri `-Z` flags
9797

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ test_script:
3030
# Test plain miri
3131
- cargo build --release --all-features --all-targets
3232
- cargo test --release --all-features
33-
# Get ourselves a MIR-full libstd
33+
# Get ourselves a MIR-full libstd, and use it henceforth
3434
- cargo run --release --all-features --bin cargo-miri -- miri setup
35-
- set MIRI_SYSROOT=%USERPROFILE%\.miri\HOST
35+
- set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\miri
3636
# Test miri with full MIR
3737
- cargo test --release --all-features
3838

0 commit comments

Comments
 (0)