Files
codewhale/.github/workflows
Stary 41843e63b0 fix(ci): use cargo-zigbuild to lower Linux glibc requirement to 2.28 (#556)
Replace `cargo build` with `cargo zigbuild` for Linux release binaries,
targeting `x86_64-unknown-linux-gnu.2.28` and `aarch64-unknown-linux-gnu.2.28`
so prebuilt binaries run on distributions with glibc ≥ 2.28 (RHEL 8+, CentOS 8+,
TencentOS 3, Debian 10+, Ubuntu 20.04+) instead of requiring glibc ≥ 2.39.

Fixes #555.

Signed-off-by: staryxchen <staryxchen@tencent.com>
2026-05-04 02:17:58 -05:00
..