mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
ci: Pin rustc on the native PowerPC job
Recent nightlies have a miscompile on PowerPC hosts. Pin to a known working nightly for now. Link: https://github.com/rust-lang/rust/issues/151807
This commit is contained in:
@@ -72,6 +72,8 @@ jobs:
|
||||
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: riscv64gc-unknown-linux-gnu
|
||||
os: ubuntu-24.04
|
||||
- target: s390x-unknown-linux-gnu
|
||||
|
||||
Reference in New Issue
Block a user