ci: enable --libc-runtimes with glibc 2.43 and musl 1.2.5 on x86_64-linux

This commit is contained in:
Alex Rønne Petersen
2026-03-04 21:31:03 +01:00
parent f16eb18ce8
commit 2c126b8c82
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@ stage3-debug/bin/zig build test docs \
-Dlldb=$HOME/deps/lldb-zig/Debug-e0a42bb34/bin/lldb \
-Dlibc-test-path=$HOME/deps/libc-test-f2bac77 \
-fqemu \
--libc-runtimes $HOME/deps/glibc-2.43-musl-1.2.5 \
-fwasmtime \
-Dstatic-llvm \
-Dskip-freebsd \
+1
View File
@@ -54,6 +54,7 @@ stage3-debug/bin/zig build test docs \
--maxrss ${ZSF_MAX_RSS:-0} \
-Dlldb=$HOME/deps/lldb-zig/Debug-e0a42bb34/bin/lldb \
-fqemu \
--libc-runtimes $HOME/deps/glibc-2.43-musl-1.2.5 \
-fwasmtime \
-Dstatic-llvm \
-Dskip-freebsd \
+1
View File
@@ -61,6 +61,7 @@ stage3-release/bin/zig build test docs \
-Dlldb=$HOME/deps/lldb-zig/Release-e0a42bb34/bin/lldb \
-Dlibc-test-path=$HOME/deps/libc-test-f2bac77 \
-fqemu \
--libc-runtimes $HOME/deps/glibc-2.43-musl-1.2.5 \
-fwasmtime \
-Dstatic-llvm \
-Dskip-test-incremental \