Skip to content

Commit 2c371b2

Browse files
committed
build dist-aarch64-linux with --enable-profiler
This change should enable PGO to be used for aarch64-linux. Fixes #57257.
1 parent 758dc9a commit 2c371b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)