Closed alexreinking closed 2 months ago
GCC 12 only supports _Float16 on x86. Support for ARM was added in GCC 13. This causes a build failure in the manylinux_2_28 images.
_Float16
manylinux_2_28
See Godbolt output here
Linux worker 4 needs to rebuild LLVM 20... failures are unrelated.
GCC 12 only supports
_Float16
on x86. Support for ARM was added in GCC 13. This causes a build failure in themanylinux_2_28
images.See Godbolt output here