Skip to content

Commit 1334314

Browse files
committed
ci: Disable llvm/debug assertions on x86_64-mingw
Tracked at rust-lang#59637 for re-enabling this commit disables assertions to hopefully bring the runtime for this builder under control.
1 parent f694222 commit 1334314

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

appveyor.yml

+9
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)