Skip to content

Commit 2449230

Browse files
committed
Enable compiler docs testing in x86_64-gnu
1 parent cbb32a9 commit 2449230

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ci/docker/x86_64-gnu/Dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1616
COPY scripts/sccache.sh /scripts/
1717
RUN sh /scripts/sccache.sh
1818

19-
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu --enable-sanitizers --enable-profiler
19+
ENV RUST_CONFIGURE_ARGS \
20+
--build=x86_64-unknown-linux-gnu \
21+
--enable-sanitizers \
22+
--enable-profiler \
23+
--enable-compiler-docs
2024
ENV SCRIPT python2.7 ../x.py test

0 commit comments

Comments
 (0)