Skip to content

Commit 42cb72d

Browse files
committed
Revert "aix: Temporarily skip checking powerpc64-ibm-aix builds"
The LLVM bump to resolve this is available in nightlies from the past couple of days. This reverts commit e98800a.
1 parent c659e29 commit 42cb72d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ci/verify-build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ class TargetResult:
181181
Target("powerpc-unknown-netbsd", dist=False),
182182
Target("powerpc-wrs-vxworks", dist=False),
183183
Target("powerpc-wrs-vxworks-spe", dist=False),
184-
# FIXME(rust#151818) doesn't build with the 2026-01-28 nightly
185-
# Target("powerpc64-ibm-aix", dist=False),
184+
Target("powerpc64-ibm-aix", dist=False),
186185
Target("powerpc64-unknown-freebsd", dist=False),
187186
Target("powerpc64-wrs-vxworks", dist=False),
188187
Target("riscv32-wrs-vxworks", dist=False),

0 commit comments

Comments
 (0)