mirror of https://github.com/google/oss-fuzz.git
FIX: build failure of eigen (#4390)
This commit is contained in:
parent
740536e25e
commit
d8c63be4be
|
@ -16,6 +16,6 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update && apt-get install --yes cmake mercurial
|
||||
RUN hg clone https://GOOGLE-AUTOFUZZ@bitbucket.org/eigen/eigen
|
||||
RUN git clone https://gitlab.com/libeigen/eigen.git
|
||||
WORKDIR eigen
|
||||
COPY build.sh *.cc $SRC/
|
||||
|
|
Loading…
Reference in New Issue