From 389368392e07eb3360bef11ad601755be9f45528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 30 Oct 2025 23:16:30 +0100 Subject: [PATCH] Revert "ci: stop building FreeBSD module tests on x86_64-linux" This reverts commit 16c18b835e16bae7a0f85caa29457f4ae4b7b417. There must be one CI script that doesn't skip anything. --- ci/x86_64-linux-release.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/x86_64-linux-release.sh b/ci/x86_64-linux-release.sh index 6354100d3a..1e22628a9d 100755 --- a/ci/x86_64-linux-release.sh +++ b/ci/x86_64-linux-release.sh @@ -59,7 +59,6 @@ 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" \