]> git.lizzy.rs Git - rust.git/commitdiff
add ignore-git=true option to RUST_CONFIGURE_ARGS
authorJeremy Sorensen <jeremy.a.sorensen@gmail.com>
Tue, 29 Aug 2017 15:27:30 +0000 (08:27 -0700)
committerJeremy Sorensen <jeremy.a.sorensen@gmail.com>
Tue, 29 Aug 2017 15:27:30 +0000 (08:27 -0700)
src/ci/docker/x86_64-gnu-distcheck/Dockerfile

index 786f59eb9f761640c92bea520a6d0c5ff547957e..497aeb65107b6a16ee9660b2bca965bc3d6da0e1 100644 (file)
@@ -18,6 +18,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
 COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh
 
-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
 ENV SCRIPT python2.7 ../x.py test distcheck
 ENV DIST_SRC 1