File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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 #
You can’t perform that action at this time.
0 commit comments