Skip to content

Commit 591d8a1

Browse files
authored
Rollup merge of rust-lang#43167 - SimonSapin:alt-profiler, r=alexcrichton
Enable profiler on "alternate" builds This hopefully fixes rust-lang#42967 and rust-lang#43085.
2 parents ddf43b5 + a148f5b commit 591d8a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ matrix:
122122
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
123123
- env: >
124124
RUST_CHECK_TARGET=dist
125-
RUST_CONFIGURE_ARGS="--enable-extended"
125+
RUST_CONFIGURE_ARGS="--enable-extended --enable-profiler"
126126
SRC=.
127127
DEPLOY_ALT=1
128128
RUSTC_RETRY_LINKER_ON_SEGFAULT=1

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ environment:
7575

7676
# "alternate" deployment, see .travis.yml for more info
7777
- MSYS_BITS: 64
78-
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended
78+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
7979
SCRIPT: python x.py dist
8080
DEPLOY_ALT: 1
8181

0 commit comments

Comments
 (0)