diff options
| author | 12101111 <w12101111@gmail.com> | 2021-04-25 14:02:34 +0800 |
|---|---|---|
| committer | 12101111 <w12101111@gmail.com> | 2021-04-25 14:02:34 +0800 |
| commit | 43309f936cf7247250ec7d7f0783b9b97b7013aa (patch) | |
| tree | e4642178fd758848a92b4de52ac8d4d593e502f2 /src/ci/docker | |
| parent | cb81dc535c453ed6e0368fe7b8336ba177950a2d (diff) | |
| download | rust-43309f936cf7247250ec7d7f0783b9b97b7013aa.tar.gz rust-43309f936cf7247250ec7d7f0783b9b97b7013aa.zip | |
Build sanitizers for x86_64-unknown-linux-musl
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile b/src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile index 08f07eb8284..ea70771a570 100644 --- a/src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile +++ b/src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile @@ -38,6 +38,7 @@ ENV HOSTS=x86_64-unknown-linux-musl ENV RUST_CONFIGURE_ARGS \ --musl-root-x86_64=/usr/local/x86_64-linux-musl \ --enable-extended \ + --enable-sanitizers \ --enable-profiler \ --enable-lld \ --set target.x86_64-unknown-linux-musl.crt-static=false \ |
