mirror of https://github.com/google/oss-fuzz.git
opensips: change build to avoid cifuzz deleting fuzzers (#6907)
This commit is contained in:
parent
29523637f5
commit
25e04e30a0
|
@ -20,6 +20,6 @@ RUN git clone https://github.com/OpenSIPS/opensips
|
|||
|
||||
COPY patch.diff $SRC/
|
||||
COPY build.sh $SRC/
|
||||
COPY fuzz_*.c $SRC/opensips/parser/
|
||||
COPY fuzz_*.c $SRC/
|
||||
|
||||
WORKDIR opensips
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
|
||||
git apply --ignore-space-change --ignore-whitespace $SRC/patch.diff
|
||||
|
||||
cp $SRC/fuzz_*.c ./parser/
|
||||
|
||||
make static
|
||||
|
||||
rm main.o
|
||||
|
|
Loading…
Reference in New Issue