diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2022-11-13 21:49:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-13 21:49:27 -0500 |
| commit | 7678cfdf187a434672f1931cf83fcc8533bc9db8 (patch) | |
| tree | 34757477333d6e18d2bf1d3280478256ee7c878c | |
| parent | c7004f934f13e792c7af7204335c5f19cec31780 (diff) | |
| parent | 34c6b6cd7dc8c2e99820505507eab7d37205c7b7 (diff) | |
| download | rust-7678cfdf187a434672f1931cf83fcc8533bc9db8.tar.gz rust-7678cfdf187a434672f1931cf83fcc8533bc9db8.zip | |
Rollup merge of #104304 - uweigand:s390x-profiler, r=Mark-Simulacrum
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.
| -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 |
