diff options
| author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2022-11-11 23:22:58 +0100 |
|---|---|---|
| committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2022-11-11 23:22:58 +0100 |
| commit | 34c6b6cd7dc8c2e99820505507eab7d37205c7b7 (patch) | |
| tree | 1a6cf5dd26955baa7d510d91fef5a541e94fff0a /src/ci | |
| parent | 7d85104b96fb2ffe7b638ffbfb1794ef5652bdcf (diff) | |
| download | rust-34c6b6cd7dc8c2e99820505507eab7d37205c7b7.tar.gz rust-34c6b6cd7dc8c2e99820505507eab7d37205c7b7.zip | |
Enable profiler in dist-s390x-linux
Build the profiler runtime to allow using -C profile-generate and -C instrument-coverage on s390x-linux. I've verified in a local build that the runtime builds and the profiler is working fine on the platform.
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/host-x86_64/dist-s390x-linux/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-s390x-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-s390x-linux/Dockerfile index 7d77fdd30d1..43a449b3a19 100644 --- a/src/ci/docker/host-x86_64/dist-s390x-linux/Dockerfile +++ b/src/ci/docker/host-x86_64/dist-s390x-linux/Dockerfile @@ -28,5 +28,5 @@ ENV \ ENV HOSTS=s390x-unknown-linux-gnu -ENV RUST_CONFIGURE_ARGS --enable-extended --enable-lld --disable-docs +ENV RUST_CONFIGURE_ARGS --enable-extended --enable-lld --enable-profiler --disable-docs ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS |
