Skip to content

Commit 6772ebc

Browse files
committed
ci: Disable x86_64-msvc-tools builder
While we figure out what's wrong let's continue to land PRs
1 parent cd93888 commit 6772ebc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.azure-pipelines/auto.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,12 @@ jobs:
251251
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc
252252
VCVARS_BAT: vcvars64.bat
253253
# MSVC tools tests
254-
x86_64-msvc-tools:
255-
MSYS_BITS: 64
256-
SCRIPT: src/ci/docker/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstates.json windows
257-
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstates.json --enable-test-miri
254+
# FIXME: broken on azure right now, need to figure out a cause and
255+
# reenable
256+
# x86_64-msvc-tools:
257+
# MSYS_BITS: 64
258+
# SCRIPT: src/ci/docker/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstates.json windows
259+
# RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstates.json --enable-test-miri
258260

259261
# 32/64-bit MinGW builds.
260262
#

0 commit comments

Comments
 (0)