Skip to content

Commit 68aab69

Browse files
add ignore-git=true option to RUST_CONFIGURE_ARGS
1 parent 5009a22 commit 68aab69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ci/docker/x86_64-gnu-distcheck/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1818
COPY scripts/sccache.sh /scripts/
1919
RUN sh /scripts/sccache.sh
2020

21-
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu
21+
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu --set build.ignore-git=true
2222
ENV SCRIPT python2.7 ../x.py test distcheck
2323
ENV DIST_SRC 1

0 commit comments

Comments
 (0)