mirror of https://github.com/google/oss-fuzz.git
[resiprocate]: build with CMake (#9232)
The resiprocate project switched its build system from autotools to
CMake. The fuzzer build changes are
[there](9e84cc44b9
).
This commit is contained in:
parent
3405bba3d8
commit
3b98924bdb
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config libfmt-dev
|
||||
RUN git clone --depth 1 https://github.com/resiprocate/resiprocate.git resiprocate
|
||||
RUN apt-get update && apt-get install -y cmake ninja-build pkg-config libfmt-dev
|
||||
RUN git clone --depth 1 --single-branch --branch master https://github.com/resiprocate/resiprocate.git resiprocate
|
||||
WORKDIR resiprocate
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue