ci: clusterfuzzlite does not need to clone libhtp

as suricata is using libhtp-rs now
pull/13817/head
Philippe Antoine 2 months ago committed by Victor Julien
parent 74284b2ca9
commit ea4eb82657

@ -14,8 +14,6 @@ ENV RUSTUP_TOOLCHAIN nightly
RUN rustup toolchain install nightly-x86_64-unknown-linux-gnu
RUN cargo install --force cbindgen
RUN git clone --depth 1 https://github.com/OISF/libhtp.git libhtp
COPY . $SRC/suricata
WORKDIR $SRC/suricata
COPY ./.clusterfuzzlite/build.sh $SRC/

@ -70,8 +70,6 @@ fi
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
#we did not put libhtp there before so that cifuzz does not remove it
cp -r libhtp suricata/
# build project
cd suricata

Loading…
Cancel
Save