Skip to content

Commit

Permalink
Remove rustc wrapper for suricata
Browse files Browse the repository at this point in the history
now that rust-lang/rust#82144
got fixed
  • Loading branch information
catenacyber committed Mar 29, 2021
1 parent c3cb4a8 commit b7051c1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
1 change: 0 additions & 1 deletion projects/suricata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ RUN git clone --depth 1 https://github.com/OISF/libhtp.git libhtp
RUN git clone --depth 1 https://github.com/OISF/suricata-verify suricata-verify
WORKDIR $SRC
COPY build.sh $SRC/
COPY rustc.py $SRC/
2 changes: 0 additions & 2 deletions projects/suricata/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ sh autogen.sh
if [ "$SANITIZER" = "coverage" ]
then
export RUSTFLAGS="$RUSTFLAGS -C debug-assertions=no"
chmod +x $SRC/rustc.py
export RUSTC="$SRC/rustc.py"
./configure --disable-shared --enable-fuzztargets --enable-debug
else
if [ "$SANITIZER" = "address" ]
Expand Down
28 changes: 0 additions & 28 deletions projects/suricata/rustc.py

This file was deleted.

0 comments on commit b7051c1

Please sign in to comment.