about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2022-10-30 09:08:48 +0100
committerRalf Jung <post@ralfj.de>2022-10-30 09:08:48 +0100
commitbfe23b918fcc2eed132d119ef0535b0bf2c43ea2 (patch)
treefc386ad1d527519b5cb6c27e66e32dbc3adbc713 /src/ci/docker
parentc162fd36d250f1a76e00ffa55b9d827d0db7e0bc (diff)
parent849d89b0312f1d61d51ee1e2139876a4eb0f0fc4 (diff)
downloadrust-bfe23b918fcc2eed132d119ef0535b0bf2c43ea2.tar.gz
rust-bfe23b918fcc2eed132d119ef0535b0bf2c43ea2.zip
Merge from rustc
Diffstat (limited to 'src/ci/docker')
-rwxr-xr-xsrc/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh b/src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
index 80a066cac29..d8738455610 100755
--- a/src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
@@ -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