mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
ci: enable --libc-runtimes with glibc 2.43 and musl 1.2.5 on x86_64-linux
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user