Skip to content

Commit e803622

Browse files
authored
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 #84126
2 parents 4da8c22 + 43309f9 commit e803622

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

+1
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)