Skip to content

Commit 2b160e8

Browse files
committed
Auto merge of rust-lang#2621 - RalfJung:windows-gnu, r=RalfJung
test on windows-gnu target The windows-gnu target for an open-source windows toolchain is slightly different in some low-level aspects of the standard library, such as TLS handling. So let's separately ensure that this works. (Also tests a 64bit windows target on a windows host, which we didn't have so far.)
2 parents 6ce5226 + 3986d06 commit 2b160e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/miri/ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ case $HOST_TARGET in
9393
;;
9494
i686-pc-windows-msvc)
9595
MIRI_TEST_TARGET=x86_64-unknown-linux-gnu run_tests
96+
MIRI_TEST_TARGET=x86_64-pc-windows-gnu run_tests
9697
;;
9798
*)
9899
echo "FATAL: unknown OS"

0 commit comments

Comments
 (0)