Skip to content

Commit 3fec5ad

Browse files
sayantnAmanieu
authored andcommitted
Re-enable armv7-unknown-linux-gnueabihf
1 parent 6b5206b commit 3fec5ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/dox.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ dox() {
2525
if [ -z "$1" ]; then
2626
dox i686-unknown-linux-gnu
2727
dox x86_64-unknown-linux-gnu
28-
# Disabled temporarily,
29-
# See https://github.com/rust-lang/rust/issues/134511
30-
#dox armv7-unknown-linux-gnueabihf
28+
dox armv7-unknown-linux-gnueabihf
3129
dox aarch64-unknown-linux-gnu
3230
dox powerpc-unknown-linux-gnu
3331
dox powerpc64le-unknown-linux-gnu

0 commit comments

Comments
 (0)