[tarantool-patches] Re: [tarantool-patches] Re: [PATCH v1] gitlab-ci: add static build

Alexander Tikhonov avtikhon at tarantool.org
Fri Aug 16 12:57:58 MSK 2019


I'm not quiet happy of cleanup roll back, but anyway I did it for all places that were changed by it, in places where the code was deleted I've left it, as it doesn't change the history of the code.

           Alexander

>Пятница, 16 августа 2019, 5:32 +03:00 от Alexander Turenko <alexander.turenko at tarantool.org>:
>
>I looked briefly and it seems to be okay. But, please, remove cleanup
>changes from the dockerfile: they hide real changes and bloats the
>patch.
>
>I'll look deeper when you'll update the patch.
>
>WBR, Alexander Turenko.
>
>> -RUN set -x \
>> -    && yum -y install \
>> +RUN set -x && \
>> +    yum -y install \
>
>I meant this kind of changes.
>
>> -RUN yum -y install ncurses-static readline-static zlib-static pcre-static glibc-static
>> +    yum -y install \
>> +        ncurses-static \
>> +        readline-static \
>> +        zlib-static \
>> +        pcre-static \
>> +        glibc-static && \
>> +    yum -y install \
>> +        python-devel \
>> +        python-pip
>
>This.
>
>> +WORKDIR /
>> 
>>  RUN set -x && \
>> -    cd / && \
>>      curl -O -L  https://www.openssl.org/source/openssl-1.1.0h.tar.gz && \
>>      tar -xvf openssl-1.1.0h.tar.gz && \
>>      cd openssl-1.1.0h && \
>
>And this.
>


-- 
Alexander Tikhonov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.tarantool.org/pipermail/tarantool-patches/attachments/20190816/2d15300b/attachment.html>


More information about the Tarantool-patches mailing list