about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPetr Ogarok <ogarokpeter@google.com>2022-12-06 19:58:36 +0100
committerGitHub <noreply@github.com>2022-12-06 19:58:36 +0100
commit0da7f3e32d3bb2edcaf33cabac5d332236a095d9 (patch)
tree15d277b72ab62487eb937720c7d10aae95e2f1fe
parente60fbaf4ce768d13a6abc048bd34ee12995d18dc (diff)
downloadrust-0da7f3e32d3bb2edcaf33cabac5d332236a095d9.tar.gz
rust-0da7f3e32d3bb2edcaf33cabac5d332236a095d9.zip
Enable profiler in dist-powerpc64le-linux

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

I have verified locally that the runtime builds and the profiler is working fine on the platform.
-rw-r--r--src/ci/docker/host-x86_64/dist-powerpc64le-linux/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-powerpc64le-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-powerpc64le-linux/Dockerfile
index 9a290edd561..6b7b32a8bc7 100644
--- a/src/ci/docker/host-x86_64/dist-powerpc64le-linux/Dockerfile
+++ b/src/ci/docker/host-x86_64/dist-powerpc64le-linux/Dockerfile
@@ -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