mirror of https://github.com/google/oss-fuzz.git
tarantool: remove --depth in git clone (#10114)
Option breaks checkouts for certain commits in branches.
This commit is contained in:
parent
2a5d850371
commit
cbe2d96e16
|
@ -26,7 +26,7 @@ RUN wget https://github.com/unicode-org/icu/archive/refs/tags/cldr/2021-08-25.ta
|
||||||
tar xzvf ./2021-08-25.tar.gz && \
|
tar xzvf ./2021-08-25.tar.gz && \
|
||||||
mv ./icu-cldr-2021-08-25/icu4c $SRC/icu
|
mv ./icu-cldr-2021-08-25/icu4c $SRC/icu
|
||||||
|
|
||||||
RUN git clone --depth 5000 --jobs $(nproc) --recursive https://github.com/tarantool/tarantool
|
RUN git clone --jobs $(nproc) --recursive https://github.com/tarantool/tarantool
|
||||||
WORKDIR $SRC/tarantool
|
WORKDIR $SRC/tarantool
|
||||||
|
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
Loading…
Reference in New Issue