ci: Enable sanitizers on dist-aarch64-linux

This commit is contained in:
Tomasz Miąsko 2020-06-04 00:00:00 +00:00
parent a3e88beffa
commit d2e6e9373b

View file

@ -35,5 +35,6 @@ ENV HOSTS=aarch64-unknown-linux-gnu
ENV RUST_CONFIGURE_ARGS \
--enable-full-tools \
--enable-profiler \
--enable-sanitizers \
--disable-docs
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS