From ea4eb826570f0a1ce18f03c1d35a6a0b9bc10841 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Thu, 4 Sep 2025 09:44:38 +0200 Subject: [PATCH] ci: clusterfuzzlite does not need to clone libhtp as suricata is using libhtp-rs now --- .clusterfuzzlite/Dockerfile | 2 -- .clusterfuzzlite/build.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/.clusterfuzzlite/Dockerfile b/.clusterfuzzlite/Dockerfile index 0bbf79458e..297b2edbf8 100644 --- a/.clusterfuzzlite/Dockerfile +++ b/.clusterfuzzlite/Dockerfile @@ -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/ diff --git a/.clusterfuzzlite/build.sh b/.clusterfuzzlite/build.sh index db611be44b..078c253ed7 100755 --- a/.clusterfuzzlite/build.sh +++ b/.clusterfuzzlite/build.sh @@ -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