We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d79557 commit a685a93Copy full SHA for a685a93
1 file changed
qt/Dockerfile
@@ -13,8 +13,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
13
&& cd /root \
14
&& git clone https://code.qt.io/qt/qt5.git \
15
&& cd qt5 \
16
- && git checkout dd11f01de7416b650b58c13e18146533d764477c \
17
- && perl init-repository --module-subset=essential,-qtmultimedia,-qttools,qtgraphicaleffects,qtquickcontrols2,qtsvg,qtwebsockets \
+ && git checkout 0f7f776d3915ef16a9c737141994284f035aa3b1 \
+ && GIT_ASKPASS="/bin/echo" perl init-repository --module-subset=essential,-qtmultimedia,-qttools,qtgraphicaleffects,qtquickcontrols2,qtsvg,qtwebsockets --mirror=https://github.com/reMarkable/ \
18
# Setup reMarkable mkspec
19
&& mv /linux-arm-remarkable-g++ qtbase/mkspecs/devices \
20
&& cd .. \
0 commit comments