summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2022-04-09 21:00:57 +0100
committerAmanieu d'Antras <amanieu@gmail.com>2022-04-10 14:11:16 +0100
commit23a301d64b37162c953f806748abd120f6ef34ab (patch)
tree9158ab833e5983cdb93fea50b5e0fd2e3f192d6a /.github
parenta544f6def1b15caa2812c60155cdd600de230fa9 (diff)
downloadrust-libc-23a301d64b37162c953f806748abd120f6ef34ab.tar.gz
Remove broken uclibc CI targets
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bors.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index b7fdcbae0a..65aa42540b 100644
--- a/.github/workflows/bors.yml
+++ b/.github/workflows/bors.yml
@@ -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
@@ -326,7 +327,7 @@ jobs:
needs: [
docker_linux_tier1,
docker_linux_tier2,
- docker_linux_build_std,
+ #docker_linux_build_std,
macos,
windows,
style_check,
@@ -348,7 +349,7 @@ jobs:
needs: [
docker_linux_tier1,
docker_linux_tier2,
- docker_linux_build_std,
+ #docker_linux_build_std,
macos,
windows,
style_check,