Skip to content

Commit e2ed595

Browse files
committed
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]>
1 parent c74b86b commit e2ed595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Artifact
4444
run: |
4545
cd core
46-
xrepo env -b zig xmake f --embed=y --toolchain=zig --cross=x86_64-linux-gnu.2.29 -c
46+
xrepo env -b zig xmake f --embed=y --toolchain=zig --cross=x86_64-linux-musl -c
4747
xmake
4848
mkdir ../artifacts
4949
cp build/xmake ../artifacts/xmake-bundle

0 commit comments

Comments
 (0)