From 4a278e09fd2164d967a108edbe80142f16a52a3d Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Thu, 28 Dec 2023 11:41:32 -0800 Subject: [PATCH] --disable-broker-tests --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3fe3bae..7369b1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: if: "!startsWith(matrix.platform, 'windows-')" run: | cd zeek - ./configure --binary-package --enable-static-broker --enable-static-binpac --disable-spicy --disable-af-packet --disable-zeekctl --disable-python --osx-min-version=12 + ./configure --binary-package --enable-static-broker --enable-static-binpac --disable-spicy --disable-af-packet --disable-zeekctl --disable-python --disable-broker-tests --osx-min-version=12 make -j${{ steps.cpu-cores.outputs.count }} sudo make install sudo strip /usr/local/zeek/bin/zeek