File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ RUN git clone --depth=1 https://github.com/catenacyber/fuzzpcap
28
28
29
29
ADD https://rules.emergingthreats.net/open/suricata/emerging.rules.zip emerging.rules.zip
30
30
31
+ # until clang 16 is used for C cf https://github.com/rust-lang/rust/issues/107149#issuecomment-1492637779
32
+ RUN rustup install nightly-2023-03-24
33
+ RUN rustup component add rust-src --toolchain nightly-2023-03-24-x86_64-unknown-linux-gnu
31
34
RUN cargo install --force cbindgen
32
35
33
36
RUN git clone --depth 1 https://github.com/OISF/suricata.git suricata
Original file line number Diff line number Diff line change 15
15
#
16
16
# ###############################################################################
17
17
18
+ # until clang 16 is used for C cf https://github.com/rust-lang/rust/issues/107149#issuecomment-1492637779
19
+ rustup default nightly-2023-03-24
20
+
18
21
# build dependencies statically
19
22
if [ " $SANITIZER " = " memory" ]
20
23
then
You can’t perform that action at this time.
0 commit comments