mirror of https://github.com/google/oss-fuzz.git
Fuzz develop branch instead of stable (#6191)
This commit is contained in:
parent
59d03d2684
commit
9801cf8fb9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue