There was an error while loading. Please reload this page.
2 parents 29e68fe + 1a4a07e commit da86f4dCopy full SHA for da86f4d
1 file changed
src/ci/docker/host-x86_64/x86_64-gnu-distcheck/Dockerfile
@@ -34,7 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
34
COPY scripts/sccache.sh /scripts/
35
RUN sh /scripts/sccache.sh
36
37
-# Make distcheck builds faster
38
-ENV DISTCHECK_CONFIGURE_ARGS="--enable-sccache"
+# Make distcheck builds faster and use less disk space
+ENV DISTCHECK_CONFIGURE_ARGS="--enable-sccache --set llvm.link-shared=true"
39
40
ENV SCRIPT="python3 ../x.py test distcheck"
0 commit comments