Skip to content

Commit 3279e0e

Browse files
committed
Adjust qt image build
1 parent 565c79a commit 3279e0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qt/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ RUN export DEBIAN_FRONTEND=noninteractive \
1515
&& git clone https://code.qt.io/qt/qt5.git \
1616
&& cd qt5 \
1717
&& git switch 6.7.3 \
18-
&& bash -c 'source /opt/x-tools/switch-aarch64.sh \
1918
&& GIT_ASKPASS="/bin/echo" perl init-repository --module-subset=qtbase,qtshadertools,qtdeclarative \
2019
# Setup reMarkable mkspec
2120
&& mv /linux-arm-remarkable-g++ qtbase/mkspecs/devices \
2221
&& mv /linux-aarch64-remarkable-g++ qtbase/mkspecs/devices \
2322
&& cd .. \
2423
# Build for host machine (required from Qt6+)
24+
&& bash -c 'source /opt/x-tools/switch-aarch64.sh \
2525
&& mkdir qt5-build \
2626
&& cd qt5-build \
2727
&& unset SYSROOT \

0 commit comments

Comments
 (0)