FIX: build failure of eigen (#4390)

This commit is contained in:
fouzhe 2020-08-31 12:17:59 +08:00 committed by GitHub
parent 740536e25e
commit d8c63be4be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/