mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
[travis] Fix ccache
This commit is contained in:
parent
8f52da7fdf
commit
1e20a65556
@ -152,7 +152,8 @@ RUN curl -k https://downloads.kdab.com/clazy/1.6/Clazy-x86_64-1.6.AppImage -o /t
|
||||
&& mkdir /opt/clazy \
|
||||
&& cd /opt/clazy \
|
||||
&& /tmp/Clazy.AppImage --appimage-extract \
|
||||
&& ln -s /opt/clazy/squashfs-root/AppRun /usr/lib/ccache/clazy
|
||||
&& ln -s /opt/clazy/squashfs-root/AppRun /usr/bin/clazy \
|
||||
&& ln -s ../../bin/ccache /usr/lib/ccache/clazy
|
||||
|
||||
ENV QT_SELECT=5
|
||||
ENV LANG=C.UTF-8
|
||||
|
Loading…
x
Reference in New Issue
Block a user