Skip to content

Commit

Permalink
Disable armv7-unknown-linux-gnueabihf dox.sh CI temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantn committed Dec 21, 2024
1 parent 3c6b0b7 commit adb96e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/dox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adb96e0

Please sign in to comment.