ci: Temporarily disable native PPC and s390x jobs
There are some permission changes that are causing the runners to fail to launch. Link: https://github.com/IBM/actionspz/issues/75
This commit is contained in:
parent
f043a16ffb
commit
345acb1afd
1 changed files with 6 additions and 6 deletions
|
|
@ -70,14 +70,14 @@ jobs:
|
|||
os: ubuntu-24.04
|
||||
- target: powerpc64le-unknown-linux-gnu
|
||||
os: ubuntu-24.04
|
||||
- target: powerpc64le-unknown-linux-gnu
|
||||
os: ubuntu-24.04-ppc64le
|
||||
# FIXME(rust#151807): remove once PPC builds work again.
|
||||
channel: nightly-2026-01-23
|
||||
# - target: powerpc64le-unknown-linux-gnu
|
||||
# os: ubuntu-24.04-ppc64le
|
||||
# # FIXME(rust#151807): remove once PPC builds work again.
|
||||
# channel: nightly-2026-01-23
|
||||
- target: riscv64gc-unknown-linux-gnu
|
||||
os: ubuntu-24.04
|
||||
- target: s390x-unknown-linux-gnu
|
||||
os: ubuntu-24.04-s390x
|
||||
# - target: s390x-unknown-linux-gnu
|
||||
# os: ubuntu-24.04-s390x
|
||||
- target: thumbv6m-none-eabi
|
||||
os: ubuntu-24.04
|
||||
- target: thumbv7em-none-eabi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue