Skip to content

Commit 3517ce6

Browse files
committed
need to unset MIRI_SYSROOT before calling 'cargo miri setup'
1 parent da72123 commit 3517ce6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ test_script:
5353
- cd test-cargo-miri
5454
- '"C:\msys64\mingw64\bin\python3.exe" run-test.py'
5555
- cd ..
56+
- ps: $env:MIRI_SYSROOT = ""
5657
# Test foreign miri: 64bit Linux
5758
- cargo miri setup --target x86_64-unknown-linux-gnu
5859
- set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\rust-lang\miri\cache
@@ -61,6 +62,7 @@ test_script:
6162
- cd test-cargo-miri
6263
- '"C:\msys64\mingw64\bin\python3.exe" run-test.py'
6364
- cd ..
65+
- ps: $env:MIRI_SYSROOT = ""
6466
# Test foreign miri: 64bit macOS
6567
- cargo miri setup --target x86_64-apple-darwin
6668
- set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\rust-lang\miri\cache
@@ -69,6 +71,7 @@ test_script:
6971
- cd test-cargo-miri
7072
- '"C:\msys64\mingw64\bin\python3.exe" run-test.py'
7173
- cd ..
74+
- ps: $env:MIRI_SYSROOT = ""
7275

7376
after_test:
7477
# Don't cache "master" toolchain, it's a waste

0 commit comments

Comments
 (0)