Skip to content

Commit 47ae239

Browse files
author
Jorge Aparicio
committed
enable sanitizers on build job that tests x86_64 linux
1 parent 72058e4 commit 47ae239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/x86_64-gnu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-ini
2222
rm dumb-init_*.deb
2323
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
2424

25-
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu
25+
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu --enable-sanitizers
2626
ENV SCRIPT python2.7 ../x.py test && python2.7 ../x.py dist

0 commit comments

Comments
 (0)