Skip to content

Commit 6de9e50

Browse files
committed
Auto merge of #2747 - Amanieu:disable_semver, r=Amanieu
Disable broken CI jobs These are temporarily removed until someone comes to fix them. The semver jobs have been broken for over a year now, but are ignored by bors. Now we just disable them completely since they cause confusion when reading the build logs. The uclibc targets were recently broken by rust-lang/rust#95688. They are missing a `si_addr()` function on `struct siginfo`.
2 parents 53f78cd + 0c33f35 commit 6de9e50

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/bors.yml

+2
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ jobs:
274274
shell: bash
275275

276276
semver_linux:
277+
if: ${{ false }} # This is currently broken
277278
name: Semver Linux
278279
runs-on: ubuntu-20.04
279280
continue-on-error: true
@@ -286,6 +287,7 @@ jobs:
286287
run: sh ci/semver.sh linux
287288

288289
semver_macos:
290+
if: ${{ false }} # This is currently broken
289291
name: Semver macOS
290292
runs-on: macos-11
291293
continue-on-error: true

ci/build.sh

-3
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)