Skip to content

Commit cee107e

Browse files
committed
Remove broken uclibc CI targets
1 parent a544f6d commit cee107e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/bors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
max-parallel: 12
163163
matrix:
164164
target: [
165-
armv7-unknown-linux-uclibceabihf
165+
#armv7-unknown-linux-uclibceabihf -- This is currently broken
166166
]
167167
steps:
168168
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master

ci/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ aarch64-unknown-openbsd \
226226
aarch64-wrs-vxworks \
227227
armebv7r-none-eabi \
228228
armebv7r-none-eabihf \
229-
armv7-unknown-linux-uclibceabihf \
230229
armv7-wrs-vxworks-eabihf \
231230
armv7r-none-eabi \
232231
armv7r-none-eabihf \
@@ -237,9 +236,7 @@ i686-unknown-haiku \
237236
i686-unknown-netbsd \
238237
i686-unknown-openbsd \
239238
i686-wrs-vxworks \
240-
mips-unknown-linux-uclibc \
241239
mipsel-sony-psp \
242-
mipsel-unknown-linux-uclibc \
243240
mips64-unknown-linux-muslabi64 \
244241
mips64el-unknown-linux-muslabi64 \
245242
nvptx64-nvidia-cuda \

0 commit comments

Comments
 (0)