From 16c18b835e16bae7a0f85caa29457f4ae4b7b417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Mon, 22 Sep 2025 01:39:29 +0200 Subject: [PATCH] ci: stop building FreeBSD module tests on x86_64-linux They're now built on the x86_64-freebsd machine. --- ci/x86_64-linux-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/x86_64-linux-release.sh b/ci/x86_64-linux-release.sh index b86ce63619..08144ff3f0 100755 --- 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" \