zig

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

commit 16c18b835e16bae7a0f85caa29457f4ae4b7b417 (tree)
parent 3675074c7c2fe45f312e3246efda2632315eb9c3
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Mon, 22 Sep 2025 01:39:29 +0200

ci: stop building FreeBSD module tests on x86_64-linux

They're now built on the x86_64-freebsd machine.

Diffstat:
Mci/x86_64-linux-release.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ci/x86_64-linux-release.sh b/ci/x86_64-linux-release.sh @@ -65,6 +65,7 @@ stage3-release/bin/zig build test docs \ -fqemu \ -fwasmtime \ -Dstatic-llvm \ + -Dskip-freebsd \ -Dtarget=native-native-musl \ --search-prefix "$PREFIX" \ --zig-lib-dir "$PWD/../lib" \