We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178652a commit 1392179Copy full SHA for 1392179
src/ci/docker/dist-x86_64-linux/Dockerfile
@@ -84,7 +84,8 @@ ENV HOSTS=x86_64-unknown-linux-gnu
84
ENV RUST_CONFIGURE_ARGS \
85
--enable-full-tools \
86
--enable-sanitizers \
87
- --enable-profiler
+ --enable-profiler \
88
+ --enable-compiler-docs
89
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
90
91
# This is the only builder which will create source tarballs
0 commit comments