about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-06-26 02:18:55 -0700
committerAlex Crichton <alex@alexcrichton.com>2019-06-26 02:18:55 -0700
commitdb4f2367eefe4b43c2a56d342fb7c5e07a0082d3 (patch)
tree89305d7a1e9f36129070b813ca0b5779c78f9a3c
parentd3e2cec29225a46298ec4ebf082f34ebd7cfeecf (diff)
downloadrust-db4f2367eefe4b43c2a56d342fb7c5e07a0082d3.tar.gz
rust-db4f2367eefe4b43c2a56d342fb7c5e07a0082d3.zip
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!
-rw-r--r--.azure-pipelines/auto.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/auto.yml b/.azure-pipelines/auto.yml
index 4f000e79bd0..3775fb14272 100644
--- a/.azure-pipelines/auto.yml
+++ b/.azure-pipelines/auto.yml
@@ -325,7 +325,7 @@ jobs:
         DEPLOY: 1
       dist-i686-mingw:
         MSYS_BITS: 32
-        RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu --enable-full-tools
+        RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu --enable-full-tools --enable-profiler
         SCRIPT: python x.py dist
         MINGW_URL: https://rust-lang-ci2.s3.amazonaws.com/rust-ci-mirror
         MINGW_ARCHIVE: i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
@@ -335,7 +335,7 @@ jobs:
       dist-x86_64-mingw:
         MSYS_BITS: 64
         SCRIPT: python x.py dist
-        RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu --enable-full-tools
+        RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler
         MINGW_URL: https://rust-lang-ci2.s3.amazonaws.com/rust-ci-mirror
         MINGW_ARCHIVE: x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
         MINGW_DIR: mingw64