Enable Clang-based tests on x86_64-gnu-debug builder.

This commit is contained in:
Michael Woerister 2019-01-16 14:59:52 +01:00
parent b38125c3bb
commit 48cb04fbca

View file

@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \ curl \
ca-certificates \ ca-certificates \
python2.7 \ python2.7 \
python2.7-dev \
git \ git \
cmake \ cmake \
sudo \ sudo \
@ -16,9 +17,15 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
COPY scripts/sccache.sh /scripts/ COPY scripts/sccache.sh /scripts/
RUN sh /scripts/sccache.sh RUN sh /scripts/sccache.sh
ENV RUSTBUILD_FORCE_CLANG_BASED_TESTS 1
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1 ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
ENV RUST_CONFIGURE_ARGS \ ENV RUST_CONFIGURE_ARGS \
--build=x86_64-unknown-linux-gnu \ --build=x86_64-unknown-linux-gnu \
--enable-debug \ --enable-debug \
--enable-lld \
--enable-lldb \
--enable-optimize --enable-optimize
ENV SCRIPT python2.7 ../x.py build ENV SCRIPT \
python2.7 ../x.py build && \
python2.7 ../x.py test src/test/run-make-fulldeps --test-args clang