Skip to content

Commit

Permalink
Configure the dist-x86_64-linux builder to produce compiler documenta…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
davidtwco committed Mar 21, 2018
1 parent 178652a commit 1392179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ci/docker/dist-x86_64-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ ENV HOSTS=x86_64-unknown-linux-gnu
ENV RUST_CONFIGURE_ARGS \
--enable-full-tools \
--enable-sanitizers \
--enable-profiler
--enable-profiler \
--enable-compiler-docs
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS

# This is the only builder which will create source tarballs
Expand Down

0 comments on commit 1392179

Please sign in to comment.