Skip to content

Commit

Permalink
zeek: Build with Spicy enabled (google#12298)
Browse files Browse the repository at this point in the history
The Zeek project has started to include real-world analyzers written
with [Spicy](https://github.com/zeek/spicy), start building support into
it to fuzz these analyzers (LDAP, QUIC).
  • Loading branch information
awelzel authored Jul 31, 2024
1 parent c383795 commit 5951bdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/zeek/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ CFLAGS="${CFLAGS} -pthread" CXXFLAGS="${CXXFLAGS} -pthread" \
--disable-python \
--disable-zeekctl \
--disable-auxtools \
--disable-broker-tests \
--disable-spicy
--disable-broker-tests

cd build
ninja install
Expand Down

0 comments on commit 5951bdf

Please sign in to comment.