claudevdm commented on issue #33506: URL: https://github.com/apache/beam/issues/33506#issuecomment-2575383553
Sure, here is what I found - The workflow started failing consistently on Dec 10  - The only difference I could find since they started failing is a runner/host Kernel Version: 6.1.100+ to Kernel Version: 6.1.112+ change - The kernel date change lines up with a release on Dec 10  - The arm workflows have to do some cross-compilation thing using qemu - cibuildwheels pulls [quay.io/pypa/manylinux2014_aarch64](http://quay.io/pypa/manylinux2014_aarch64) which uses gcc 10 to compile the cyton code - It seems there are some incompatible changes with the new kernel release and cross compiling with gcc 10 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
