Skip to content

Commit 761e058

Browse files
authored
Rollup merge of #119404 - ecnelises:ppc_profiler, r=Kobzol
Enable profiler in dist-powerpc-linux
2 parents efd9fd6 + f7ed423 commit 761e058

File tree

1 file changed

+1
-1
lines changed
  • src/ci/docker/host-x86_64/dist-powerpc-linux

1 file changed

+1
-1
lines changed

Diff for: src/ci/docker/host-x86_64/dist-powerpc-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ ENV \
2626

2727
ENV HOSTS=powerpc-unknown-linux-gnu
2828

29-
ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
29+
ENV RUST_CONFIGURE_ARGS --enable-extended --enable-profiler --disable-docs
3030
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS

0 commit comments

Comments
 (0)