mirror of https://github.com/google/oss-fuzz.git
[libfido2] bump libcbor version from 0.5.0 to 0.7.0 (#3861)
This commit is contained in:
parent
c7d1d8a593
commit
9e0b83a5a7
|
@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
MAINTAINER g.kihlman@yubico.com
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool
|
||||
RUN apt-get install -y cmake libudev-dev pkg-config chrpath
|
||||
RUN git clone --branch v0.5.0 https://github.com/PJK/libcbor
|
||||
RUN git clone --branch v0.7.0 https://github.com/PJK/libcbor
|
||||
RUN git clone --branch OpenSSL_1_1_1-stable https://github.com/openssl/openssl
|
||||
RUN git clone https://github.com/Yubico/libfido2
|
||||
# CIFuzz will replace the libfido directory so put the corpus outside
|
||||
|
|
Loading…
Reference in New Issue