Enable testing on Fedora Rawhide#3024
Conversation
|
At present tests on ppc64 and build on aarch64 fail: |
|
For tests on Fedora to run, enable Packit integration. See: |
Uses Fedora infrastructure https://packit.dev
jan-wassenberg
left a comment
There was a problem hiding this comment.
Nice. Probably good to wait a bit until we can remove CC0.
|
Had a quick look at the failing builds. aarch64 Error: unknown pseudo-op: `.lbe73430' ppc: This kind of thing is usually a compiler mistake caused by incorrect constant folding. I'm adding hwy::Unpredictable1() there which might help. |
Add Unpredictable1 instead of literal Also disable some aarch64 targets for compare_test to prevent OOM PiperOrigin-RevId: 908194619
|
For aarch64 another issue is fixed by #3030 Failing build that resulted in #3030 Disabling LTO also reduces memory requirements, but not using fat LTO objects might be sufficient in |
|
AArch64 on Copr seems to have another failing test: The following tests FAILED: The machines used on Copr are likely different than the ones used on the koji tests. It may be helpful to log more information about the CPU microarchitecture being used and available RAM when doing tests. Arm seems to have several other bugs: |
Add Unpredictable1 instead of literal Also disable some aarch64 targets for compare_test to prevent OOM PiperOrigin-RevId: 908194619
Add Unpredictable1 instead of literal Also disable some aarch64 targets for compare_test to prevent OOM PiperOrigin-RevId: 909853992
Uses Fedora infrastructure https://packit.dev
Closes #3022