]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ci: fix clusterfuzzlite build 12711/head 12712/head
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 4 Mar 2025 10:11:58 +0000 (11:11 +0100)
committerPhilippe Antoine <pantoine@oisf.net>
Tue, 4 Mar 2025 10:11:58 +0000 (11:11 +0100)
.clusterfuzzlite/Dockerfile

index 93e2a73809591716be4dfab0ab235880e7c571d0..24fa3a1ffd7a5341df8adc23289ab12ab2d8e397 100644 (file)
@@ -11,6 +11,7 @@ RUN git clone --depth 1 -b develop https://github.com/madler/zlib.git
 RUN git clone --depth=1 https://github.com/catenacyber/fuzzpcap
 
 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