File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ environment:
1414 MSYS_BITS : 64
1515 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
1616 SCRIPT : python x.py test
17+ # FIXME(#59637)
18+ NO_DEBUG_ASSERTIONS : 1
19+ NO_LLVM_ASSERTIONS : 1
1720 - CI_JOB_NAME : i686-msvc-1
1821 MSYS_BITS : 32
1922 RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
@@ -59,6 +62,9 @@ environment:
5962 MINGW_URL : https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
6063 MINGW_ARCHIVE : i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
6164 MINGW_DIR : mingw32
65+ # FIXME(#59637)
66+ NO_DEBUG_ASSERTIONS : 1
67+ NO_LLVM_ASSERTIONS : 1
6268 - CI_JOB_NAME : i686-mingw-2
6369 MSYS_BITS : 32
6470 RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
@@ -73,6 +79,9 @@ environment:
7379 MINGW_URL : https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
7480 MINGW_ARCHIVE : x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
7581 MINGW_DIR : mingw64
82+ # FIXME(#59637)
83+ NO_DEBUG_ASSERTIONS : 1
84+ NO_LLVM_ASSERTIONS : 1
7685
7786 # 32/64 bit MSVC and GNU deployment
7887 - CI_JOB_NAME : dist-x86_64-msvc
You can’t perform that action at this time.
0 commit comments