summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunrisepeak <[email protected]>2025-09-11 15:29:36 +0800
committersunrisepeak <[email protected]>2025-09-11 15:29:36 +0800
commite2ed5956fe148fae65bd88b32ac0cb6c68f16899 (patch)
treec813dee1b06761e2a1693c225893e9d2488cde7c
parentc74b86b5306b7069931394971f18ee299094f57f (diff)
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 <[email protected]>
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
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