File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ environment:
14
14
MSYS_BITS : 64
15
15
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
16
16
SCRIPT : python x.py test
17
+ # FIXME(#59637)
18
+ NO_DEBUG_ASSERTIONS : 1
19
+ NO_LLVM_ASSERTIONS : 1
17
20
- CI_JOB_NAME : i686-msvc-1
18
21
MSYS_BITS : 32
19
22
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
@@ -59,6 +62,9 @@ environment:
59
62
MINGW_URL : https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
60
63
MINGW_ARCHIVE : i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
61
64
MINGW_DIR : mingw32
65
+ # FIXME(#59637)
66
+ NO_DEBUG_ASSERTIONS : 1
67
+ NO_LLVM_ASSERTIONS : 1
62
68
- CI_JOB_NAME : i686-mingw-2
63
69
MSYS_BITS : 32
64
70
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
@@ -73,6 +79,9 @@ environment:
73
79
MINGW_URL : https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
74
80
MINGW_ARCHIVE : x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
75
81
MINGW_DIR : mingw64
82
+ # FIXME(#59637)
83
+ NO_DEBUG_ASSERTIONS : 1
84
+ NO_LLVM_ASSERTIONS : 1
76
85
77
86
# 32/64 bit MSVC and GNU deployment
78
87
- CI_JOB_NAME : dist-x86_64-msvc
You can’t perform that action at this time.
0 commit comments