Skip to content

Commit

Permalink
Rollup merge of rust-lang#119404 - ecnelises:ppc_profiler, r=Kobzol
Browse files Browse the repository at this point in the history
Enable profiler in dist-powerpc-linux
  • Loading branch information
matthiaskrgr committed Dec 29, 2023
2 parents efd9fd6 + f7ed423 commit 761e058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/host-x86_64/dist-powerpc-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ ENV \

ENV HOSTS=powerpc-unknown-linux-gnu

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

0 comments on commit 761e058

Please sign in to comment.