move Qt sources to shstk.ru
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ RUN wget -nv https://github.com/openssl/openssl/archive/OpenSSL_${CUR_OPENSSL_VE
|
||||
# Qt
|
||||
ENV QT_SRC=/soft/qt-everywhere-src-${CUR_QT_VERSION}
|
||||
WORKDIR /soft
|
||||
RUN wget -v https://mirrors.ustc.edu.cn/qtproject/archive/qt/${CUR_QT_VERSION_MAJOR}/${CUR_QT_VERSION}/single/qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \
|
||||
RUN wget -v https://shstk.ru/files/qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \
|
||||
&& tar -xf qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz -C /soft \
|
||||
&& rm -f qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \
|
||||
&& cd ${QT_SRC}/qtdeclarative/src/plugins/scenegraph/d3d12 \
|
||||
|
||||
Reference in New Issue
Block a user