Skip to content

Commit e1243b1

Browse files
authored
Rollup merge of rust-lang#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 rust-lang#84126
2 parents 7c9f535 + 43309f9 commit e1243b1

File tree

1 file changed

+1
-0
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-musl

1 file changed

+1
-0
lines changed

src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ENV HOSTS=x86_64-unknown-linux-musl
3838
ENV RUST_CONFIGURE_ARGS \
3939
--musl-root-x86_64=/usr/local/x86_64-linux-musl \
4040
--enable-extended \
41+
--enable-sanitizers \
4142
--enable-profiler \
4243
--enable-lld \
4344
--set target.x86_64-unknown-linux-musl.crt-static=false \

0 commit comments

Comments
 (0)