We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50666a3 commit f1c518dCopy full SHA for f1c518d
1 file changed
taskcluster/docker/linux-qt6-build/Dockerfile
@@ -101,7 +101,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
101
ENV PATH="/usr/local/cargo/bin:${PATH}"
102
103
RUN if [ "$DEB_HOST_ARCH" != "amd64" ]; then \
104
- rustup target add --toolchain $(rustc --version | awk '{print $2}') ${DEB_HOST_GNU_CPU}-unknown-linux-gnu; \
+ rustup target add ${DEB_HOST_GNU_CPU}-unknown-linux-gnu; \
105
fi
106
107
RUN sed -rie '/\s+(qt6-|qml6-|libqt6|qmake|cargo)/d' /root/mozillavpn-dpkg-control && \
0 commit comments