Skip to content

Commit 1392179

Browse files
committed
Configure the dist-x86_64-linux builder to produce compiler documentation
1 parent 178652a commit 1392179

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/dist-x86_64-linux/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ ENV HOSTS=x86_64-unknown-linux-gnu
8484
ENV RUST_CONFIGURE_ARGS \
8585
--enable-full-tools \
8686
--enable-sanitizers \
87-
--enable-profiler
87+
--enable-profiler \
88+
--enable-compiler-docs
8889
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
8990

9091
# This is the only builder which will create source tarballs

0 commit comments

Comments
 (0)