zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 2c126b8c821e5d1e27e29b8176ae44cd02b0cf14 (tree)
parent f16eb18ce8c24ed743aae1faa4980052cb9f4f36
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Wed,  4 Mar 2026 21:31:03 +0100

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

Diffstat:
Mci/x86_64-linux-debug-llvm.sh | 1+
Mci/x86_64-linux-debug.sh | 1+
Mci/x86_64-linux-release.sh | 1+
3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ci/x86_64-linux-debug-llvm.sh b/ci/x86_64-linux-debug-llvm.sh @@ -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 \ diff --git a/ci/x86_64-linux-debug.sh b/ci/x86_64-linux-debug.sh @@ -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 \ diff --git a/ci/x86_64-linux-release.sh b/ci/x86_64-linux-release.sh @@ -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 \