CI: Use Packit to build on non-x86_64 architectures#629
CI: Use Packit to build on non-x86_64 architectures#629ppisar merged 1 commit intofedora-modularity:mainfrom
Conversation
|
All the architectures finished quickly except s390x. 25 minutes and still unfinished. However, Packit shows the build successfully finshed in 74 seconds. Maybe some event loss between GitHub and Packit. |
It looks like the buildSRPM step finished, but it hasn't been able to get scheduled on an s390x builder to do the actual RPM builds yet. This is a common problem; the s390x builders have a very limited capacity, so if they end up busy (such as with kernel and webkit builds), other requests can languish for a while. |
|
I see. s390x took over an hour. I will remove that platform. Alas, the only big-endian one. |
This patch enables Packit to build on AArch64, 32-bit x86, and PPC64LE platforms on Fedora Rawhide distribution. It also reenables running tests on AArch64 in the upstream spec file. This way we should get test coverage for some common non-x86_64 architectures at a reasonable speed. s390x intentionally skipped because the build waited an hour. That's unacceptable for CI.
This patch enables Packit to build on AArch64, 32-bit x86, PPC64LE, and s390x platforms on Fedora Rawhide distribution. It also reenables running tests on AArch64 in the upstream spec file.
This way we should get test coverage for some common non-x86_64 architectures at a reasonable speed.