]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ci: clusterfuzzlite does not need to clone libhtp
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 4 Sep 2025 07:44:38 +0000 (09:44 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 8 Sep 2025 16:47:14 +0000 (18:47 +0200)
as suricata is using libhtp-rs now

.clusterfuzzlite/Dockerfile
.clusterfuzzlite/build.sh

index 0bbf79458e70f468d2ffe606b4cb79a0f8325f9c..297b2edbf8e83b9f7be2e3a013a3e46901fa841a 100644 (file)
@@ -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/
index db611be44b33500b153da69864dea6f1ce72dbc6..078c253ed70bbe9f0a3cd63ab101870a982ca541 100755 (executable)
@@ -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