From cbe2d96e16ba8db8538f5a3327d0241c5ffdb0a0 Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Thu, 20 Apr 2023 11:44:10 +0300 Subject: [PATCH] tarantool: remove --depth in git clone (#10114) Option breaks checkouts for certain commits in branches. --- projects/tarantool/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/tarantool/Dockerfile b/projects/tarantool/Dockerfile index 616d7ad00..5a530474d 100644 --- a/projects/tarantool/Dockerfile +++ b/projects/tarantool/Dockerfile @@ -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/