Enable profiler on "alternate" builds

This hopefully fixes #42967 and #43085.
This commit is contained in:
Simon Sapin 2017-07-11 14:01:04 +02:00
parent a1f180bde3
commit a148f5ba24
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ matrix:
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
- env: >
RUST_CHECK_TARGET=dist
RUST_CONFIGURE_ARGS="--enable-extended"
RUST_CONFIGURE_ARGS="--enable-extended --enable-profiler"
SRC=.
DEPLOY_ALT=1
RUSTC_RETRY_LINKER_ON_SEGFAULT=1

View File

@ -75,7 +75,7 @@ environment:
# "alternate" deployment, see .travis.yml for more info
- MSYS_BITS: 64
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
SCRIPT: python x.py dist
DEPLOY_ALT: 1