Skip to content

Commit 15ee24a

Browse files
committed
Auto merge of #103731 - Mark-Simulacrum:new-version, r=Mark-Simulacrum
Bump to 1.67.0 r? `@Mark-Simulacrum`
2 parents 5e97720 + b0db70e commit 15ee24a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh

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

src/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.66.0
1+
1.67.0

0 commit comments

Comments
 (0)