Skip to content

Commit ce56daf

Browse files
committed
Don't enable profiler on MinGW targets, as compiler-rt can't currently be compiled with MinGW
1 parent 4c908a9 commit ce56daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ environment:
5959
SCRIPT: python x.py dist
6060
DEPLOY: 1
6161
- MSYS_BITS: 32
62-
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu --enable-extended --enable-profiler
62+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu --enable-extended
6363
SCRIPT: python x.py dist
6464
MINGW_URL: https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror
6565
MINGW_ARCHIVE: i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
6666
MINGW_DIR: mingw32
6767
DEPLOY: 1
6868
- MSYS_BITS: 64
6969
SCRIPT: python x.py dist
70-
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu --enable-extended --enable-profiler
70+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu --enable-extended
7171
MINGW_URL: https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror
7272
MINGW_ARCHIVE: x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
7373
MINGW_DIR: mingw64

0 commit comments

Comments
 (0)