Skip to content

Commit b7051c1

Browse files
committed
Remove rustc wrapper for suricata
now that rust-lang/rust#82144 got fixed
1 parent c3cb4a8 commit b7051c1

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

projects/suricata/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ RUN git clone --depth 1 https://github.com/OISF/libhtp.git libhtp
3333
RUN git clone --depth 1 https://github.com/OISF/suricata-verify suricata-verify
3434
WORKDIR $SRC
3535
COPY build.sh $SRC/
36-
COPY rustc.py $SRC/

projects/suricata/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ sh autogen.sh
6262
if [ "$SANITIZER" = "coverage" ]
6363
then
6464
export RUSTFLAGS="$RUSTFLAGS -C debug-assertions=no"
65-
chmod +x $SRC/rustc.py
66-
export RUSTC="$SRC/rustc.py"
6765
./configure --disable-shared --enable-fuzztargets --enable-debug
6866
else
6967
if [ "$SANITIZER" = "address" ]

projects/suricata/rustc.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)