Skip to content

Commit 0602f64

Browse files
sayantnAmanieu
authored andcommitted
Disable armv7-unknown-linux-gnueabihf dox.sh CI temporarily
1 parent 4473315 commit 0602f64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: ci/dox.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ dox() {
2323
if [ -z "$1" ]; then
2424
dox i686-unknown-linux-gnu
2525
dox x86_64-unknown-linux-gnu
26-
dox armv7-unknown-linux-gnueabihf
26+
# Disabled temporarily,
27+
# See https://github.com/rust-lang/rust/issues/134511
28+
#dox armv7-unknown-linux-gnueabihf
2729
dox aarch64-unknown-linux-gnu
2830
dox powerpc-unknown-linux-gnu
2931
dox powerpc64le-unknown-linux-gnu

0 commit comments

Comments
 (0)