Skip to content

Commit

Permalink
suricata: use latest rust nightly compiler
Browse files Browse the repository at this point in the history
Needed by serde for cbindgen
cf serde-rs/serde#2770 (comment)
  • Loading branch information
catenacyber committed Jul 9, 2024
1 parent e1be2b9 commit cabff32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/suricata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ RUN git clone --depth=1 https://github.com/catenacyber/fuzzpcap

ADD https://rules.emergingthreats.net/open/suricata/emerging.rules.zip emerging.rules.zip

ENV RUSTUP_TOOLCHAIN nightly
RUN cargo install --force cbindgen
# TODO remove once https://redmine.openinfosecfoundation.org/issues/7130 is solved
ENV RUSTUP_TOOLCHAIN nightly-2024-02-12

RUN git clone --depth 1 https://github.com/OISF/suricata.git suricata
RUN git clone --depth 1 --branch master-6.0.x https://github.com/OISF/suricata.git suricata6
Expand Down

0 comments on commit cabff32

Please sign in to comment.