tarantool: remove --depth in git clone (#10114)

Option breaks checkouts for certain commits in branches.
This commit is contained in:
Sergey Bronnikov 2023-04-20 11:44:10 +03:00 committed by GitHub
parent 2a5d850371
commit cbe2d96e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \
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
COPY build.sh $SRC/