Skip to content

Commit

Permalink
ci: build docs for aarch64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Nov 5, 2020
1 parent 1274fae commit 874cbb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/ci/docker/host-x86_64/dist-aarch64-linux/Dockerfile
Expand Up @@ -35,6 +35,5 @@ ENV HOSTS=aarch64-unknown-linux-gnu
ENV RUST_CONFIGURE_ARGS \
--enable-full-tools \
--enable-profiler \
--enable-sanitizers \
--disable-docs
--enable-sanitizers
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS
1 change: 1 addition & 0 deletions src/tools/build-manifest/src/main.rs
Expand Up @@ -155,6 +155,7 @@ static TARGETS: &[&str] = &[
];

static DOCS_TARGETS: &[&str] = &[
"aarch64-unknown-linux-gnu",
"i686-apple-darwin",
"i686-pc-windows-gnu",
"i686-pc-windows-msvc",
Expand Down

0 comments on commit 874cbb8

Please sign in to comment.