We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873a05e commit 4f591a4Copy full SHA for 4f591a4
src/ci/docker/x86_64-gnu-distcheck/Dockerfile
@@ -18,6 +18,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
18
COPY scripts/sccache.sh /scripts/
19
RUN sh /scripts/sccache.sh
20
21
-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
22
ENV SCRIPT python2.7 ../x.py test distcheck
23
ENV DIST_SRC 1
0 commit comments