diff options
| author | Jack Huey <31162821+jackh726@users.noreply.github.com> | 2021-04-28 22:59:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 22:59:25 -0400 |
| commit | e80362245fa46e007f1bc7a529b321afbac986e2 (patch) | |
| tree | 6b46dfd45040979756b56eea25be504f7bce82cc | |
| parent | 4da8c22e9b6fcc8e73bd934f2fa8390362d93ed1 (diff) | |
| parent | 43309f936cf7247250ec7d7f0783b9b97b7013aa (diff) | |
| download | rust-e80362245fa46e007f1bc7a529b321afbac986e2.tar.gz rust-e80362245fa46e007f1bc7a529b321afbac986e2.zip | |
Rollup merge of #84540 - 12101111:enable-sanitizers, r=Mark-Simulacrum
Build sanitizers for x86_64-unknown-linux-musl The support of sanitizers on target `x86_64-unknown-linux-musl` is landed in https://github.com/rust-lang/rust/pull/84126
| -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 \ |
