We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1274fae commit 874cbb8Copy full SHA for 874cbb8
src/ci/docker/host-x86_64/dist-aarch64-linux/Dockerfile
@@ -35,6 +35,5 @@ ENV HOSTS=aarch64-unknown-linux-gnu
35
ENV RUST_CONFIGURE_ARGS \
36
--enable-full-tools \
37
--enable-profiler \
38
- --enable-sanitizers \
39
- --disable-docs
+ --enable-sanitizers
40
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS
src/tools/build-manifest/src/main.rs
@@ -155,6 +155,7 @@ static TARGETS: &[&str] = &[
155
];
156
157
static DOCS_TARGETS: &[&str] = &[
158
+ "aarch64-unknown-linux-gnu",
159
"i686-apple-darwin",
160
"i686-pc-windows-gnu",
161
"i686-pc-windows-msvc",
0 commit comments