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:
Trevor Gross
2026-01-31 03:12:45 +00:00
parent a88826bb75
commit c30563a6bd
+2
View File
@@ -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