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 c3cb4a8 commit b7051c1Copy full SHA for b7051c1
projects/suricata/Dockerfile
@@ -33,4 +33,3 @@ RUN git clone --depth 1 https://github.com/OISF/libhtp.git libhtp
33
RUN git clone --depth 1 https://github.com/OISF/suricata-verify suricata-verify
34
WORKDIR $SRC
35
COPY build.sh $SRC/
36
-COPY rustc.py $SRC/
projects/suricata/build.sh
@@ -62,8 +62,6 @@ sh autogen.sh
62
if [ "$SANITIZER" = "coverage" ]
63
then
64
export RUSTFLAGS="$RUSTFLAGS -C debug-assertions=no"
65
- chmod +x $SRC/rustc.py
66
- export RUSTC="$SRC/rustc.py"
67
./configure --disable-shared --enable-fuzztargets --enable-debug
68
else
69
if [ "$SANITIZER" = "address" ]
projects/suricata/rustc.py
0 commit comments