Skip to content

Commit

Permalink
Rollup merge of #105389 - ogarokpeter:patch-1, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Enable profiler in dist-powerpc64le-linux

Build the profiler runtime to allow using -C profile-generate and -C instrument-coverage on POWER little endian systems.

I have verified locally that the runtime builds and the profiler is working fine on the platform.

Similar pull request for a different system: #104304
  • Loading branch information
matthiaskrgr committed Dec 9, 2022
2 parents 5fd540b + 0da7f3e commit 5b4723f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ ENV \

ENV HOSTS=powerpc64le-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 5b4723f

Please sign in to comment.