Skip to content

Commit 72058e4

Browse files
author
Jorge Aparicio
committed
enable sanitizers on x86_64-linux releases
1 parent 22097e6 commit 72058e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/dist-x86-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ RUN curl -L https://api.pub.build.mozilla.org/tooltool/sha512/$SCCACHE_DIGEST |
7676
ENV HOSTS=i686-unknown-linux-gnu
7777
ENV HOSTS=$HOSTS,x86_64-unknown-linux-gnu
7878

79-
ENV RUST_CONFIGURE_ARGS --host=$HOSTS --enable-extended
79+
ENV RUST_CONFIGURE_ARGS --host=$HOSTS --enable-extended --enable-sanitizers
8080
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS

0 commit comments

Comments
 (0)