Migrate xz in Dockerfile to the URL used in prepare.py

This commit is contained in:
Ilya Fedin 2024-04-02 10:25:46 +04:00 committed by John Preston
parent 707146daed
commit 3fc4030ca6

View file

@ -79,7 +79,7 @@ RUN git init zlib \
&& rm -rf zlib
FROM builder AS xz
RUN git clone -b v5.4.4 --depth=1 {{ GIT }}/tukaani-project/xz.git \
RUN git clone -b v5.4.4 --depth=1 https://git.tukaani.org/xz.git \
&& cd xz \
&& cmake -B build . -DCMAKE_BUILD_TYPE=None \
&& cmake --build build -j$(nproc) \