mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Travis-ci - Exclude libjpeg.so.8 from AppImage
[skip AppVeyor] It seems to provoke issues on Arch Linux based on previous commit
This commit is contained in:
@@ -52,7 +52,7 @@ wget --no-verbose -c https://github.com/probonopd/linuxdeployqt/releases/downloa
|
||||
chmod a+x linuxdeployqt-7-x86_64.AppImage
|
||||
|
||||
### Deploy to appdir
|
||||
./linuxdeployqt-7-x86_64.AppImage appdir/GoldenCheetah -verbose=2 -bundle-non-qt-libs -exclude-libs=libqsqlmysql,libqsqlpsql,libnss3,libnssutil3,libxcb-dri3.so.0 -unsupported-allow-new-glibc
|
||||
./linuxdeployqt-7-x86_64.AppImage appdir/GoldenCheetah -verbose=2 -bundle-non-qt-libs -exclude-libs=libqsqlmysql,libqsqlpsql,libnss3,libnssutil3,libxcb-dri3.so.0,libjpeg.so.8 -unsupported-allow-new-glibc
|
||||
|
||||
# Add Python and core modules
|
||||
wget --no-verbose https://github.com/niess/python-appimage/releases/download/python3.7/python3.7.17-cp37-cp37m-manylinux1_x86_64.AppImage
|
||||
|
||||
Reference in New Issue
Block a user