Skip to content

Commit db4f236

Browse files
committed
ci: Sync AppVeyor/Travis with Azure configuration
Manually make sure that we do the same thing across all the services, uncovering one spot where we needed to pass one more configure flag on Azure but otherwise we're good to go!
1 parent d3e2cec commit db4f236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/auto.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325
DEPLOY: 1
326326
dist-i686-mingw:
327327
MSYS_BITS: 32
328-
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu --enable-full-tools
328+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu --enable-full-tools --enable-profiler
329329
SCRIPT: python x.py dist
330330
MINGW_URL: https://rust-lang-ci2.s3.amazonaws.com/rust-ci-mirror
331331
MINGW_ARCHIVE: i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
@@ -335,7 +335,7 @@ jobs:
335335
dist-x86_64-mingw:
336336
MSYS_BITS: 64
337337
SCRIPT: python x.py dist
338-
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu --enable-full-tools
338+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler
339339
MINGW_URL: https://rust-lang-ci2.s3.amazonaws.com/rust-ci-mirror
340340
MINGW_ARCHIVE: x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
341341
MINGW_DIR: mingw64

0 commit comments

Comments
 (0)