Skip to content

Commit a514252

Browse files
committed
Disable armv7-unknown-linux-gnueabihf dox CI temporarily
1 parent c818e4a commit a514252

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/dox.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ dox() {
4141

4242
dox i686 i686-unknown-linux-gnu
4343
dox x86_64 x86_64-unknown-linux-gnu
44-
dox arm armv7-unknown-linux-gnueabihf
44+
# Disabled temporarily, see rust-lang/rust#134511
45+
#dox arm armv7-unknown-linux-gnueabihf
4546
dox aarch64 aarch64-unknown-linux-gnu
4647
dox powerpc powerpc-unknown-linux-gnu
4748
dox powerpc64le powerpc64le-unknown-linux-gnu

0 commit comments

Comments
 (0)