ci: build docs for aarch64-unknown-linux-gnu
This commit is contained in:
parent
1274faed1a
commit
874cbb88e0
@ -35,6 +35,5 @@ ENV HOSTS=aarch64-unknown-linux-gnu
|
|||||||
ENV RUST_CONFIGURE_ARGS \
|
ENV RUST_CONFIGURE_ARGS \
|
||||||
--enable-full-tools \
|
--enable-full-tools \
|
||||||
--enable-profiler \
|
--enable-profiler \
|
||||||
--enable-sanitizers \
|
--enable-sanitizers
|
||||||
--disable-docs
|
|
||||||
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS
|
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS
|
||||||
|
@ -155,6 +155,7 @@ static TARGETS: &[&str] = &[
|
|||||||
];
|
];
|
||||||
|
|
||||||
static DOCS_TARGETS: &[&str] = &[
|
static DOCS_TARGETS: &[&str] = &[
|
||||||
|
"aarch64-unknown-linux-gnu",
|
||||||
"i686-apple-darwin",
|
"i686-apple-darwin",
|
||||||
"i686-pc-windows-gnu",
|
"i686-pc-windows-gnu",
|
||||||
"i686-pc-windows-msvc",
|
"i686-pc-windows-msvc",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user