about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2018-05-04 06:30:17 +0200
committerMichael Woerister <michaelwoerister@posteo>2018-05-04 06:54:21 +0200
commit58eeeb42089a98925b04d9ceb7dbf2c93cc29d45 (patch)
tree8ec160f7130e577c6391eb238b515e395a9bde6d /src/ci/docker
parent22a41e45157869b9a4d2ab7a21c7142a93d35cb1 (diff)
downloadrust-58eeeb42089a98925b04d9ceb7dbf2c93cc29d45.tar.gz
rust-58eeeb42089a98925b04d9ceb7dbf2c93cc29d45.zip
Check that rustc can be built successfully with parallel queries for PRs.
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/mingw-check/Dockerfile1
-rw-r--r--src/ci/docker/x86_64-gnu-debug/Dockerfile2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/mingw-check/Dockerfile b/src/ci/docker/mingw-check/Dockerfile
index ae4641009cf..aab339f399c 100644
--- a/src/ci/docker/mingw-check/Dockerfile
+++ b/src/ci/docker/mingw-check/Dockerfile
@@ -19,4 +19,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
 COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh
 
+ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
 ENV SCRIPT python2.7 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu
diff --git a/src/ci/docker/x86_64-gnu-debug/Dockerfile b/src/ci/docker/x86_64-gnu-debug/Dockerfile
index ff6ab1013b4..bdde7ad7fe8 100644
--- a/src/ci/docker/x86_64-gnu-debug/Dockerfile
+++ b/src/ci/docker/x86_64-gnu-debug/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
 COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh
 
-ENV PARALLEL_CHECK 1
+ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
 ENV RUST_CONFIGURE_ARGS \
       --build=x86_64-unknown-linux-gnu \
       --enable-debug \