most of github repos changed to shstk mirror

This commit is contained in:
2026-08-20 19:06:29 +03:00
parent a798c973a4
commit bc50f17358
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ ENV BUILD_TYPE=Release
# GTest
WORKDIR /soft
RUN git clone https://github.com/google/googletest.git \
RUN git clone https://git.shstk.ru/mirrors/googletest \
&& mkdir googletest/build && cd googletest/build \
&& cmake -DCMAKE_INSTALL_PREFIX=/soft/windows -DCMAKE_TOOLCHAIN_FILE=/soft/toolchain-Windows.cmake .. \
&& make -j${JOBS_COUNT} && make install && cd /soft && rm -rf googletest