Fuzz develop branch instead of stable (#6191)

This commit is contained in:
Julien Cretin 2021-08-10 13:45:22 +02:00 committed by GitHub
parent 59d03d2684
commit 9801cf8fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool curl cmake python llvm-dev libclang-dev clang uuid-runtime
RUN git clone --depth 1 https://github.com/google/OpenSK && \
RUN git clone --depth=1 --branch=develop https://github.com/google/OpenSK && \
cd OpenSK && \
./setup.sh && \
./fuzzing_setup.sh