Skip to content

Commit 874cbb8

Browse files
committed
ci: build docs for aarch64-unknown-linux-gnu
1 parent 1274fae commit 874cbb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ ENV HOSTS=aarch64-unknown-linux-gnu
3535
ENV RUST_CONFIGURE_ARGS \
3636
--enable-full-tools \
3737
--enable-profiler \
38-
--enable-sanitizers \
39-
--disable-docs
38+
--enable-sanitizers
4039
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS

src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ static TARGETS: &[&str] = &[
155155
];
156156

157157
static DOCS_TARGETS: &[&str] = &[
158+
"aarch64-unknown-linux-gnu",
158159
"i686-apple-darwin",
159160
"i686-pc-windows-gnu",
160161
"i686-pc-windows-msvc",

0 commit comments

Comments
 (0)