diff --git a/projects/libsrtp/Dockerfile b/projects/libsrtp/Dockerfile index 0667b505f..b2db89bd5 100644 --- a/projects/libsrtp/Dockerfile +++ b/projects/libsrtp/Dockerfile @@ -18,5 +18,5 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER guidovranken@gmail.com RUN apt-get update && apt-get install -y sudo autoconf build-essential libssl-dev pkg-config -RUN git clone --recursive https://github.com/guidovranken/libsrtp +RUN git clone --depth 1 https://github.com/cisco/libsrtp COPY build.sh $SRC/ diff --git a/projects/libsrtp/build.sh b/projects/libsrtp/build.sh index aa2eb10dd..76ce01ef3 100755 --- a/projects/libsrtp/build.sh +++ b/projects/libsrtp/build.sh @@ -1,6 +1,4 @@ cd $SRC/libsrtp -git checkout fuzzing -git fetch origin fuzzing autoreconf -ivf ./configure LIBFUZZER="$LIB_FUZZING_ENGINE" make srtp-fuzzer