about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-08-25 12:32:13 +0200
committerJakub Beránek <berykubik@gmail.com>2025-08-25 12:32:13 +0200
commit8fa5fc63baa449a7d04719f34c819fe82809cf9b (patch)
treeae79748d867bac16611ec5d45f74971e1eaecd47 /src/ci/docker
parent89f9cf31d1d8795a87c9b107a43bb0ff497082f3 (diff)
downloadrust-8fa5fc63baa449a7d04719f34c819fe82809cf9b.tar.gz
rust-8fa5fc63baa449a7d04719f34c819fe82809cf9b.zip
Do not forward CI configure arguments to `distcheck` builds
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/host-x86_64/x86_64-gnu-distcheck/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-distcheck/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-distcheck/Dockerfile
index a2dd37f1efb..5bafd89cfd9 100644
--- a/src/ci/docker/host-x86_64/x86_64-gnu-distcheck/Dockerfile
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-distcheck/Dockerfile
@@ -33,4 +33,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
 COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh
 
+# Make distcheck builds faster
+ENV DISTCHECK_CONFIGURE_ARGS "--enable-sccache"
+
 ENV SCRIPT python3 ../x.py test distcheck