add ignore-git=true option to RUST_CONFIGURE_ARGS
This commit is contained in:
parent
5009a222e0
commit
68aab69af3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue