<HTML><BODY>Igor, thanks for the review, I've made comment correction as you suggested.<br><br><br><blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;">
        Среда, 18 декабря 2019, 15:23 +03:00 от Igor Munkin <imun@tarantool.org>:<br>
        <br>
        <div id="">






<div class="js-helper js-readmsg-msg">
        <style type="text/css"></style>
        <div>
                
                
            <div id="style_15766718160619931336_BODY">Sasha,<br>
<br>
Thanks, the changes LGTM except the one minor comment: I guess it's<br>
preferable to have a sole 'build:' tag for any patch related to the<br>
build system. Feel free to ignore and proceed if Sasha Tu. (he's already<br>
CCed as a second reviewer) has no remarks to the subj.<br>
<br>
On 10.12.19, Alexander V. Tikhonov wrote:<br>
<div class="mail-quote-collapse">> Added '-j' option to make for tools buildings, it decreased build time in 4 times.<br>
> ---<br>
>  Dockerfile.staticbuild | 6 +++---<br>
>  1 file changed, 3 insertions(+), 3 deletions(-)<br>
> <br>
> diff --git a/Dockerfile.staticbuild b/Dockerfile.staticbuild<br>
> index d63c18bd1..8da8ae304 100644<br>
> --- a/Dockerfile.staticbuild<br>
> +++ b/Dockerfile.staticbuild<br>
> @@ -44,7 +44,7 @@ RUN set -x && \<br>
>      tar -xvf openssl-1.1.0h.tar.gz && \<br>
>      cd openssl-1.1.0h && \<br>
>      ./config --libdir=lib && \<br>
> -    make && make install<br>
> +    make -j && make install<br>
>  <br>
>  RUN set -x && \<br>
>      cd / && \<br>
> @@ -52,7 +52,7 @@ RUN set -x && \<br>
>      tar -xvf icu4c-62_1-src.tgz && \<br>
>      cd icu/source && \<br>
>      ./configure --with-data-packaging=static --enable-static --enable-shared && \<br>
> -    make && make install<br>
> +    make -j && make install<br>
>  <br>
>  RUN set -x && \<br>
>      cd / && \<br>
> @@ -60,7 +60,7 @@ RUN set -x && \<br>
>      tar -xvf libunwind-1.3-rc1.tar.gz && \<br>
>      cd libunwind-1.3-rc1 && \<br>
>      ./configure --enable-static --enable-shared && \<br>
> -    make && make install<br>
> +    make -j && make install<br>
>  <br>
>  COPY . /tarantool<br>
>  <br>
> -- <br>
> 2.17.1<br>
> <br>
</div><br>
-- <br>
Best regards,<br>
IM<br>
</div>
            
        
                
        </div>

        
</div>


</div>
</blockquote>
<br>
<br>-- <br>Alexander Tikhonov<br></BODY></HTML>