Skip to content

Commit db3f86c

Browse files
authored
Rollup merge of rust-lang#60476 - froydnj:aarch64-profiling, r=alexcrichton
build dist-aarch64-linux with --enable-profiler This change should enable PGO to be used for aarch64-linux. Fixes rust-lang#57257.
2 parents 92366d8 + 2c371b2 commit db3f86c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: src/ci/docker/dist-aarch64-linux/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ ENV CC_aarch64_unknown_linux_gnu=aarch64-unknown-linux-gnueabi-gcc \
3232

3333
ENV HOSTS=aarch64-unknown-linux-gnu
3434

35-
ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
35+
ENV RUST_CONFIGURE_ARGS \
36+
--enable-extended \
37+
--enable-profiler \
38+
--disable-docs
3639
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS

0 commit comments

Comments
 (0)