]> git.lizzy.rs Git - rust.git/commitdiff
enable sanitizers on x86_64-linux releases
authorJorge Aparicio <japaricious@gmail.com>
Sun, 5 Feb 2017 01:15:20 +0000 (20:15 -0500)
committerJorge Aparicio <japaricious@gmail.com>
Wed, 8 Feb 2017 23:51:43 +0000 (18:51 -0500)
src/ci/docker/dist-x86-linux/Dockerfile

index 4e4f5dd6f1e5328614cf650e14bdaac571e508c5..7238888a4af4fbed64f68e18a9bb2ad4e68d57d6 100644 (file)
@@ -76,5 +76,5 @@ RUN curl -L https://api.pub.build.mozilla.org/tooltool/sha512/$SCCACHE_DIGEST |
 ENV HOSTS=i686-unknown-linux-gnu
 ENV HOSTS=$HOSTS,x86_64-unknown-linux-gnu
 
-ENV RUST_CONFIGURE_ARGS --host=$HOSTS --enable-extended
+ENV RUST_CONFIGURE_ARGS --host=$HOSTS --enable-extended --enable-sanitizers
 ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS