about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsayantn <sayantn05@gmail.com>2025-04-14 04:03:35 +0530
committerAmanieu d'Antras <amanieu@gmail.com>2025-04-23 10:40:09 +0000
commit444c636fdbee811678116d881e5ef2ebd5458324 (patch)
treefcb971fc40a1ee9212cb10ceb0c100cd068a979d
parent5fb4fabbfc23093f82ec84971e5997728e76537e (diff)
downloadrust-444c636fdbee811678116d881e5ef2ebd5458324.tar.gz
rust-444c636fdbee811678116d881e5ef2ebd5458324.zip
Re-enable `armv7-unknown-linux-gnueabihf`
-rwxr-xr-xlibrary/stdarch/ci/dox.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/library/stdarch/ci/dox.sh b/library/stdarch/ci/dox.sh
index f0ab9ebfc9d..910265fad84 100755
--- a/library/stdarch/ci/dox.sh
+++ b/library/stdarch/ci/dox.sh
@@ -25,9 +25,7 @@ dox() {
 if [ -z "$1" ]; then
   dox i686-unknown-linux-gnu
   dox x86_64-unknown-linux-gnu
-  # Disabled temporarily,
-  # See https://github.com/rust-lang/rust/issues/134511
-  #dox armv7-unknown-linux-gnueabihf
+  dox armv7-unknown-linux-gnueabihf
   dox aarch64-unknown-linux-gnu
   dox powerpc-unknown-linux-gnu
   dox powerpc64le-unknown-linux-gnu