Skip to content

Commit

Permalink
Unrolled build for rust-lang#119404
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#119404 - ecnelises:ppc_profiler, r=Kobzol

Enable profiler in dist-powerpc-linux
  • Loading branch information
rust-timer authored Dec 29, 2023
2 parents 95613d1 + f7ed423 commit 52cf89d
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 52cf89d

Please sign in to comment.