mirror of https://github.com/google/oss-fuzz.git
[graphicsmagick] Added --time flag to clone (#2333)
This will give us more information if the clone fails (which it does sometimes, probably due to sourceforge infra issues)
This commit is contained in:
parent
c416a8007b
commit
7b8971290d
|
@ -17,9 +17,9 @@
|
|||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
MAINTAINER alex.gaynor@gmail.com
|
||||
RUN apt-get update && apt-get install -y mercurial automake autopoint cmake libtool nasm pkg-config
|
||||
RUN hg clone -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
|
||||
hg clone -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
|
||||
hg clone -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick
|
||||
RUN hg clone --time -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
|
||||
hg clone --time -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
|
||||
hg clone --time -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick
|
||||
|
||||
RUN git clone --depth 1 https://gitlab.com/libtiff/libtiff
|
||||
RUN git clone --depth 1 https://github.com/webmproject/libwebp
|
||||
|
|
Loading…
Reference in New Issue