Skip to content

Commit

Permalink
Rollup merge of rust-lang#84540 - 12101111:enable-sanitizers, r=Mark-…
Browse files Browse the repository at this point in the history
…Simulacrum

Build sanitizers for x86_64-unknown-linux-musl

The support of sanitizers on target `x86_64-unknown-linux-musl` is landed in rust-lang#84126
  • Loading branch information
jackh726 committed Apr 29, 2021
2 parents d6a8458 + 43309f9 commit 2265edb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2265edb

Please sign in to comment.