File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ build_script:
36
36
- cargo install --all-features --force --path . --locked --offline
37
37
# Get ourselves a MIR-full libstd, and use it henceforth
38
38
- cargo miri setup
39
- - set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\miri \miri\cache\HOST
39
+ - set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\rust-lang \miri\cache\HOST
40
40
41
41
test_script:
42
42
# Test miri
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ fn setup(ask_user: bool) {
248
248
}
249
249
250
250
// Next, we need our own libstd. We will do this work in whatever is a good cache dir for this platform.
251
- let dirs = directories::ProjectDirs::from("miri ", "miri ", "miri").unwrap();
251
+ let dirs = directories::ProjectDirs::from("org ", "rust-lang ", "miri").unwrap();
252
252
let dir = dirs.cache_dir();
253
253
if !dir.exists() {
254
254
fs::create_dir_all(&dir).unwrap();
You can’t perform that action at this time.
0 commit comments