Skip to content

Commit

Permalink
ci: Temporarily disable buggy ubuntu-24.04-arm runner
Browse files Browse the repository at this point in the history
Not only Rust program, but also action using node crashes.
  • Loading branch information
taiki-e committed Jan 31, 2025
1 parent 690025e commit 84284df
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,71 +31,71 @@ jobs:
# Linux (musl)
- target: aarch64-unknown-linux-musl
- target: aarch64-unknown-linux-musl
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: arm-unknown-linux-musleabi
- target: arm-unknown-linux-musleabi
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: arm-unknown-linux-musleabihf
- target: arm-unknown-linux-musleabihf
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: armv5te-unknown-linux-musleabi
- target: armv5te-unknown-linux-musleabi
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: armv7-unknown-linux-musleabi
- target: armv7-unknown-linux-musleabi
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: armv7-unknown-linux-musleabihf
- target: armv7-unknown-linux-musleabihf
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: hexagon-unknown-linux-musl # tier3
- target: hexagon-unknown-linux-musl # tier3
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: i586-unknown-linux-musl
- target: i586-unknown-linux-musl
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: i686-unknown-linux-musl
- target: i686-unknown-linux-musl
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
# - target: loongarch64-unknown-linux-musl # musl-cross-make doesn't support this target
- target: mips-unknown-linux-musl # tier3
- target: mips-unknown-linux-musl # tier3
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: mips64-unknown-linux-muslabi64 # tier3
- target: mips64-unknown-linux-muslabi64 # tier3
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: mips64el-unknown-linux-muslabi64 # tier3
- target: mips64el-unknown-linux-muslabi64 # tier3
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: mipsel-unknown-linux-musl # tier3
- target: mipsel-unknown-linux-musl # tier3
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: powerpc-unknown-linux-musl # tier3
- target: powerpc-unknown-linux-musl # tier3
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: powerpc-unknown-linux-muslspe # tier3
- target: powerpc-unknown-linux-muslspe # tier3
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: powerpc64-unknown-linux-musl # tier3
- target: powerpc64-unknown-linux-musl # tier3
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: powerpc64le-unknown-linux-musl
- target: powerpc64le-unknown-linux-musl
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: riscv32gc-unknown-linux-musl # tier3
- target: riscv32gc-unknown-linux-musl # tier3
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: riscv64gc-unknown-linux-musl
- target: riscv64gc-unknown-linux-musl
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: s390x-unknown-linux-musl # tier3
- target: s390x-unknown-linux-musl # tier3
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: thumbv7neon-unknown-linux-musleabihf # tier3
- target: thumbv7neon-unknown-linux-musleabihf # tier3
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: x86_64-unknown-linux-musl
- target: x86_64-unknown-linux-musl
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved

# NetBSD
- target: aarch64-unknown-netbsd # tier3
Expand All @@ -119,15 +119,15 @@ jobs:
# Windows (MinGW)
- target: i686-pc-windows-gnu
- target: i686-pc-windows-gnu
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: x86_64-pc-windows-gnu
- target: x86_64-pc-windows-gnu
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved

# Misc
- target: various
- target: various
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved

runs-on: ${{ matrix.os || 'ubuntu-latest' }}
timeout-minutes: 120
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,39 +40,39 @@ jobs:
include:
- target: linux-gnu
- target: linux-gnu
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: linux-musl
- target: linux-musl
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: linux-uclibc
- target: android
- target: freebsd
- target: freebsd
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: netbsd
- target: openbsd
- target: openbsd
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: dragonfly
- target: dragonfly
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
# TODO: undefined reference to `__sysconf_xpg7'/'__xnet7_socket'
# - target: solaris
- target: illumos
- target: redox
# - target: fuchsia
- target: wasi
- target: wasi
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: emscripten
- target: emscripten
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: windows-gnu
- target: windows-gnu
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
- target: none
- target: none
os: ubuntu-24.04-arm
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
timeout-minutes: 150
permissions:
Expand Down

0 comments on commit 84284df

Please sign in to comment.