File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ jobs:
154
154
# These targets are tier 3 or otherwise need to have CI build std via -Zbuild-std.
155
155
# Because of this, only the nightly compiler can be used on these targets.
156
156
docker_linux_build_std :
157
+ if : ${{ false }} # This is currently broken
157
158
name : Docker Linux Build-Std Targets
158
159
needs : [docker_linux_tier1, style_check]
159
160
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change @@ -226,7 +226,6 @@ aarch64-unknown-openbsd \
226
226
aarch64-wrs-vxworks \
227
227
armebv7r-none-eabi \
228
228
armebv7r-none-eabihf \
229
- armv7-unknown-linux-uclibceabihf \
230
229
armv7-wrs-vxworks-eabihf \
231
230
armv7r-none-eabi \
232
231
armv7r-none-eabihf \
@@ -237,9 +236,7 @@ i686-unknown-haiku \
237
236
i686-unknown-netbsd \
238
237
i686-unknown-openbsd \
239
238
i686-wrs-vxworks \
240
- mips-unknown-linux-uclibc \
241
239
mipsel-sony-psp \
242
- mipsel-unknown-linux-uclibc \
243
240
mips64-unknown-linux-muslabi64 \
244
241
mips64el-unknown-linux-muslabi64 \
245
242
nvptx64-nvidia-cuda \
You can’t perform that action at this time.
0 commit comments