We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b314cd4 commit a1f71feCopy full SHA for a1f71fe
infra/base-images/base-builder/Dockerfile
@@ -78,6 +78,8 @@ ENV RUSTUP_HOME=/rust/rustup
78
ENV PATH=$PATH:/rust/bin
79
RUN curl https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly
80
RUN cargo install cargo-fuzz
81
+# Needed to recompile rust std library for MSAN
82
+RUN rustup component add rust-src --toolchain nightly
83
84
# Default build flags for various sanitizers.
85
ENV SANITIZER_FLAGS_address "-fsanitize=address -fsanitize-address-use-after-scope"
projects/suricata/build.sh
@@ -45,7 +45,6 @@ make install
45
cd ..
46
47
export CARGO_BUILD_TARGET="x86_64-unknown-linux-gnu"
48
-rustup component add rust-src --toolchain nightly
49
50
# build project
51
cd suricata
0 commit comments