fix option for RUST_CONFIGURE_ARGS to be rust.ignore-git=false
This commit is contained in:
parent
873a05e85c
commit
4f591a47d5
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 --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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue