From e2ed5956fe148fae65bd88b32ac0cb6c68f16899 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Thu, 11 Sep 2025 15:29:36 +0800 Subject: workflows: use musl to avoid glibc's version issue - #6792 use musl-libc static link xmake-bundle to avoid "version `GLIBC_2.29' not found" Signed-off-by: sunrisepeak --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4a90b3e92..10d3da580 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -43,7 +43,7 @@ jobs: - name: Artifact run: | cd core - xrepo env -b zig xmake f --embed=y --toolchain=zig --cross=x86_64-linux-gnu.2.29 -c + xrepo env -b zig xmake f --embed=y --toolchain=zig --cross=x86_64-linux-musl -c xmake mkdir ../artifacts cp build/xmake ../artifacts/xmake-bundle -- cgit v1.3.1