We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22097e6 commit 72058e4Copy full SHA for 72058e4
src/ci/docker/dist-x86-linux/Dockerfile
@@ -76,5 +76,5 @@ RUN curl -L https://api.pub.build.mozilla.org/tooltool/sha512/$SCCACHE_DIGEST |
76
ENV HOSTS=i686-unknown-linux-gnu
77
ENV HOSTS=$HOSTS,x86_64-unknown-linux-gnu
78
79
-ENV RUST_CONFIGURE_ARGS --host=$HOSTS --enable-extended
+ENV RUST_CONFIGURE_ARGS --host=$HOSTS --enable-extended --enable-sanitizers
80
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
0 commit comments