We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
armv7-unknown-linux-gnueabihf
dox.sh
1 parent 4473315 commit 0602f64Copy full SHA for 0602f64
ci/dox.sh
@@ -23,7 +23,9 @@ dox() {
23
if [ -z "$1" ]; then
24
dox i686-unknown-linux-gnu
25
dox x86_64-unknown-linux-gnu
26
- dox armv7-unknown-linux-gnueabihf
+ # Disabled temporarily,
27
+ # See https://github.com/rust-lang/rust/issues/134511
28
+ #dox armv7-unknown-linux-gnueabihf
29
dox aarch64-unknown-linux-gnu
30
dox powerpc-unknown-linux-gnu
31
dox powerpc64le-unknown-linux-gnu
0 commit comments