mirror of https://github.com/google/oss-fuzz.git
[botan] Switch botan build back to master branch (#801)
The relevant changes from https://github.com/randombit/botan/pull/1158 have been merged to master now.
This commit is contained in:
parent
a1e5beb28b
commit
50c92eb3e4
|
@ -17,7 +17,7 @@
|
|||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
MAINTAINER jack@randombit.net
|
||||
RUN apt-get update && apt-get install -y make python
|
||||
RUN git clone --depth 1 https://github.com/randombit/botan.git --branch fuzzer-mode botan
|
||||
RUN git clone --depth 1 https://github.com/randombit/botan.git botan
|
||||
RUN git clone --depth 1 https://github.com/randombit/crypto-corpus.git fuzzer_corpus
|
||||
WORKDIR botan
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue