We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72058e4 commit 47ae239Copy full SHA for 47ae239
src/ci/docker/x86_64-gnu/Dockerfile
@@ -22,5 +22,5 @@ RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-ini
22
rm dumb-init_*.deb
23
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
24
25
-ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu
+ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu --enable-sanitizers
26
ENV SCRIPT python2.7 ../x.py test && python2.7 ../x.py dist
0 commit comments