mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 11:04:03 +00:00
fix option for RUST_CONFIGURE_ARGS to be rust.ignore-git=false
This commit is contained in:
parent
873a05e85c
commit
4f591a47d5
@ -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…
Reference in New Issue
Block a user