Skip to content

Commit 5b4723f

Browse files
authored
Rollup merge of rust-lang#105389 - ogarokpeter:patch-1, r=Mark-Simulacrum
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: rust-lang#104304
2 parents 5fd540b + 0da7f3e commit 5b4723f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-powerpc64le-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ ENV \
2424

2525
ENV HOSTS=powerpc64le-unknown-linux-gnu
2626

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

0 commit comments

Comments
 (0)