]> git.lizzy.rs Git - rust.git/commitdiff
Drop miri cross-compile check for Windows
authorMark Rousskov <mark.simulacrum@gmail.com>
Sat, 29 Oct 2022 18:24:44 +0000 (14:24 -0400)
committerMark Rousskov <mark.simulacrum@gmail.com>
Sat, 29 Oct 2022 18:24:44 +0000 (14:24 -0400)
src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh

index 80a066cac298ab09c3a53731d8465d6f5069f848..d87384556106ddb65c09151f6753bf61bc62a67c 100755 (executable)
@@ -27,6 +27,10 @@ python3 "$X_PY" test --stage 2 src/tools/rustfmt
 python3 "$X_PY" test --stage 2 src/tools/miri
 # We natively run this script on x86_64-unknown-linux-gnu and x86_64-pc-windows-msvc.
 # Also cover some other targets (on both of these hosts) via cross-testing.
-python3 "$X_PY" test --stage 2 src/tools/miri --target i686-pc-windows-msvc
+#
+# Currently disabled -- we end up pulling in a cross-compile of LLVM (maybe
+# just overly eager sanity checks), but in any case this won't work when
+# building LLVM as of this comment.
+#python3 "$X_PY" test --stage 2 src/tools/miri --target i686-pc-windows-msvc
 #FIXME(https://github.com/rust-lang/rust/issues/103519): macOS testing is currently disabled
 # python3 "$X_PY" test --stage 2 src/tools/miri --target aarch64-apple-darwin