Skip to content

Commit

Permalink
Upgrade Python AppImage version for Linux builds (#4281)
Browse files Browse the repository at this point in the history
Python 3.7.14 AppImage is no longer available, upgrade to 3.7.15
  • Loading branch information
peret2000 committed Oct 18, 2022
1 parent 761e052 commit 5c4f6e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions travis/linux/after_success.sh
Expand Up @@ -55,10 +55,10 @@ chmod a+x linuxdeployqt-7-x86_64.AppImage
./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

# Add Python and core modules
wget --no-verbose https://github.com/niess/python-appimage/releases/download/python3.7/python3.7.14-cp37-cp37m-manylinux1_x86_64.AppImage
chmod +x python3.7.14-cp37-cp37m-manylinux1_x86_64.AppImage
./python3.7.14-cp37-cp37m-manylinux1_x86_64.AppImage --appimage-extract
rm -f python3.7.14-cp37-cp37m-manylinux1_x86_64.AppImage
wget --no-verbose https://github.com/niess/python-appimage/releases/download/python3.7/python3.7.15-cp37-cp37m-manylinux2014_x86_64.AppImage
chmod +x python3.7.15-cp37-cp37m-manylinux2014_x86_64.AppImage
./python3.7.15-cp37-cp37m-manylinux2014_x86_64.AppImage --appimage-extract
rm -f python3.7.15-cp37-cp37m-manylinux2014_x86_64.AppImage
export PATH="$(pwd)/squashfs-root/usr/bin:$PATH"
pip install --upgrade pip
pip install -q -r Python/requirements.txt
Expand Down

0 comments on commit 5c4f6e1

Please sign in to comment.