We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb32a9 commit 2449230Copy full SHA for 2449230
src/ci/docker/x86_64-gnu/Dockerfile
@@ -16,5 +16,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
16
COPY scripts/sccache.sh /scripts/
17
RUN sh /scripts/sccache.sh
18
19
-ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu --enable-sanitizers --enable-profiler
+ENV RUST_CONFIGURE_ARGS \
20
+ --build=x86_64-unknown-linux-gnu \
21
+ --enable-sanitizers \
22
+ --enable-profiler \
23
+ --enable-compiler-docs
24
ENV SCRIPT python2.7 ../x.py test
0 commit comments