Skip to content

Commit

Permalink
Auto merge of rust-lang#2621 - RalfJung:windows-gnu, r=RalfJung
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
bors committed Oct 26, 2022
2 parents 6ce5226 + 3986d06 commit 2b160e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/miri/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ case $HOST_TARGET in
;;
i686-pc-windows-msvc)
MIRI_TEST_TARGET=x86_64-unknown-linux-gnu run_tests
MIRI_TEST_TARGET=x86_64-pc-windows-gnu run_tests
;;
*)
echo "FATAL: unknown OS"
Expand Down

0 comments on commit 2b160e8

Please sign in to comment.