Skip to content

Commit

Permalink
build dist-aarch64-linux with --enable-profiler
Browse files Browse the repository at this point in the history
This change should enable PGO to be used for aarch64-linux.

Fixes rust-lang#57257.
  • Loading branch information
froydnj committed May 2, 2019
1 parent 758dc9a commit 2c371b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ci/docker/dist-aarch64-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ ENV CC_aarch64_unknown_linux_gnu=aarch64-unknown-linux-gnueabi-gcc \

ENV HOSTS=aarch64-unknown-linux-gnu

ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
ENV RUST_CONFIGURE_ARGS \
--enable-extended \
--enable-profiler \
--disable-docs
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS

0 comments on commit 2c371b2

Please sign in to comment.