Skip to content

Commit

Permalink
Remove broken uclibc CI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Apr 10, 2022
1 parent a544f6d commit 23a301d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
# These targets are tier 3 or otherwise need to have CI build std via -Zbuild-std.
# Because of this, only the nightly compiler can be used on these targets.
docker_linux_build_std:
if: ${{ false }} # This is currently broken
name: Docker Linux Build-Std Targets
needs: [docker_linux_tier1, style_check]
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -326,7 +327,7 @@ jobs:
needs: [
docker_linux_tier1,
docker_linux_tier2,
docker_linux_build_std,
#docker_linux_build_std,
macos,
windows,
style_check,
Expand All @@ -348,7 +349,7 @@ jobs:
needs: [
docker_linux_tier1,
docker_linux_tier2,
docker_linux_build_std,
#docker_linux_build_std,
macos,
windows,
style_check,
Expand Down
3 changes: 0 additions & 3 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ aarch64-unknown-openbsd \
aarch64-wrs-vxworks \
armebv7r-none-eabi \
armebv7r-none-eabihf \
armv7-unknown-linux-uclibceabihf \
armv7-wrs-vxworks-eabihf \
armv7r-none-eabi \
armv7r-none-eabihf \
Expand All @@ -237,9 +236,7 @@ i686-unknown-haiku \
i686-unknown-netbsd \
i686-unknown-openbsd \
i686-wrs-vxworks \
mips-unknown-linux-uclibc \
mipsel-sony-psp \
mipsel-unknown-linux-uclibc \
mips64-unknown-linux-muslabi64 \
mips64el-unknown-linux-muslabi64 \
nvptx64-nvidia-cuda \
Expand Down

0 comments on commit 23a301d

Please sign in to comment.