Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
kdab don't offer clazy appimages anymore
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Dec 6, 2021
1 parent 6943798 commit b838c30
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .docker/qgis3-qt5-build-deps.dockerfile
Expand Up @@ -209,13 +209,13 @@ RUN apt-get update \
&& apt-get clean

# Clazy
RUN curl -k https://downloads.kdab.com/clazy/1.6/Clazy-x86_64-1.6.AppImage -o /tmp/Clazy.AppImage \
&& chmod +x /tmp/Clazy.AppImage \
&& mkdir /opt/clazy \
&& cd /opt/clazy \
&& /tmp/Clazy.AppImage --appimage-extract \
&& ln -s /opt/clazy/squashfs-root/AppRun /usr/bin/clazy \
&& ln -s ../../bin/ccache /usr/lib/ccache/clazy
#RUN curl -k https://downloads.kdab.com/clazy/1.6/Clazy-x86_64-1.6.AppImage -o /tmp/Clazy.AppImage \
# && chmod +x /tmp/Clazy.AppImage \
# && mkdir /opt/clazy \
# && cd /opt/clazy \
# && /tmp/Clazy.AppImage --appimage-extract \
# && ln -s /opt/clazy/squashfs-root/AppRun /usr/bin/clazy \
# && ln -s ../../bin/ccache /usr/lib/ccache/clazy

ENV PATH="/usr/local/bin:${PATH}"

Expand Down

0 comments on commit b838c30

Please sign in to comment.