You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed Alpine/musl builds, replaced QEMU with native ARM runners
- gcc-preinclude.h: include <unistd.h> with _GNU_SOURCE active to
provide syscall() on musl (fixes GCC 13 atomic_wait.h bug); use
__GLIBC__ instead of __USE_GNU to guard glibc symbol versioning
- CI: linux-arm64 glibc builds now use native ubuntu-24.04-arm runners
instead of QEMU emulation (much faster)
- CI: QEMU/Docker retained only for Alpine/musl builds (renamed to
build-musl)
0 commit comments