fix option for RUST_CONFIGURE_ARGS to be rust.ignore-git=false

This commit is contained in:
Jeremy Sorensen 2017-08-29 22:01:51 -07:00
parent 873a05e85c
commit 4f591a47d5
1 changed files with 1 additions and 1 deletions

View 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 --set build.ignore-git=false
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu --set rust.ignore-git=false
ENV SCRIPT python2.7 ../x.py test distcheck
ENV DIST_SRC 1