mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
Disable armv7-unknown-linux-gnueabihf dox.sh CI temporarily
This commit is contained in:
committed by
Amanieu d'Antras
parent
a635da83d7
commit
9fa56b9563
@@ -23,7 +23,9 @@ dox() {
|
||||
if [ -z "$1" ]; then
|
||||
dox i686-unknown-linux-gnu
|
||||
dox x86_64-unknown-linux-gnu
|
||||
dox armv7-unknown-linux-gnueabihf
|
||||
# Disabled temporarily,
|
||||
# See https://github.com/rust-lang/rust/issues/134511
|
||||
#dox armv7-unknown-linux-gnueabihf
|
||||
dox aarch64-unknown-linux-gnu
|
||||
dox powerpc-unknown-linux-gnu
|
||||
dox powerpc64le-unknown-linux-gnu
|
||||
|
||||
Reference in New Issue
Block a user