We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5009a22 commit 68aab69Copy full SHA for 68aab69
src/ci/docker/x86_64-gnu-distcheck/Dockerfile
@@ -18,6 +18,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
18
COPY scripts/sccache.sh /scripts/
19
RUN sh /scripts/sccache.sh
20
21
-ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu
+ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu --set build.ignore-git=true
22
ENV SCRIPT python2.7 ../x.py test distcheck
23
ENV DIST_SRC 1
0 commit comments