From b9dded2858362996fa38fc40b55a8513e3fb1ced Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Thu, 28 Dec 2023 11:40:31 -0800 Subject: [PATCH] --disable-python --- .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 d6edfdd..3fe3bae 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 --osx-min-version=12 + ./configure --binary-package --enable-static-broker --enable-static-binpac --disable-spicy --disable-af-packet --disable-zeekctl --disable-python --osx-min-version=12 make -j${{ steps.cpu-cores.outputs.count }} sudo make install sudo strip /usr/local/zeek/bin/zeek