diff options
| author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2023-01-20 18:34:24 +0100 |
|---|---|---|
| committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2023-01-20 18:34:24 +0100 |
| commit | 492d928e44c73c5e804dbf174e53ea2229f61315 (patch) | |
| tree | ee24a2d94e80908146d54bbee57212baed9eb4eb /src/ci/docker | |
| parent | 04a41f889f563b2384c63c990b5423d201d62ebd (diff) | |
| download | rust-492d928e44c73c5e804dbf174e53ea2229f61315.tar.gz rust-492d928e44c73c5e804dbf174e53ea2229f61315.zip | |
Enable sanitizers for s390x-linux
Include sanitizers supported by LLVM on s390x (asan, lsan, msan, tsan) in the target definition, as well as in the compiletest supported list. Build sanitizer runtime for the target. Enable sanitizers in the CI.
Diffstat (limited to 'src/ci/docker')
| -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 43a449b3a19..adb98d7ebb5 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 --enable-profiler --disable-docs +ENV RUST_CONFIGURE_ARGS --enable-extended --enable-lld --enable-sanitizers --enable-profiler --disable-docs ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS |
