From a544f6def1b15caa2812c60155cdd600de230fa9 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Sat, 9 Apr 2022 19:55:18 +0100 Subject: Disable broken semver CI jobs --- .github/workflows/bors.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml index c5e0754574..b7fdcbae0a 100644 --- a/.github/workflows/bors.yml +++ b/.github/workflows/bors.yml @@ -274,6 +274,7 @@ jobs: shell: bash semver_linux: + if: ${{ false }} # This is currently broken name: Semver Linux runs-on: ubuntu-20.04 continue-on-error: true @@ -286,6 +287,7 @@ jobs: run: sh ci/semver.sh linux semver_macos: + if: ${{ false }} # This is currently broken name: Semver macOS runs-on: macos-11 continue-on-error: true -- cgit v1.2.1 From 23a301d64b37162c953f806748abd120f6ef34ab Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Sat, 9 Apr 2022 21:00:57 +0100 Subject: Remove broken uclibc CI targets --- .github/workflows/bors.yml | 5 +++-- ci/build.sh | 3 --- 2 files changed, 3 insertions(+), 5 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, diff --git a/ci/build.sh b/ci/build.sh index d695f6b259..dba868fdd5 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -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 \ @@ -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 \ -- cgit v1.2.1