Revert "Use binary distribution of wx for appimage build"
This reverts commit 1e59d3d6ac.
This commit is contained in:
@@ -38,10 +38,9 @@ for:
|
|||||||
# run install pyfa packages and any other requirements
|
# run install pyfa packages and any other requirements
|
||||||
|
|
||||||
- sh: AppDir/usr/bin/python -s -m pip install -U pip setuptools==41.6.0 wheel pathlib2
|
- sh: AppDir/usr/bin/python -s -m pip install -U pip setuptools==41.6.0 wheel pathlib2
|
||||||
# Use pre-built wx, since building it on appveyor takes almost full hour, which does not play nice with time limit
|
- sh: AppDir/usr/bin/python -s -m pip install -r ../requirements.txt
|
||||||
# Might cause compatibility issues, see https://wxpython.org/pages/downloads/index.html for more info
|
# Speedup, but causes runtime incompatiblities
|
||||||
# - sh: AppDir/usr/bin/python -s -m pip install -r ../requirements.txt
|
#- sh: AppDir/usr/bin/python -s -m pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 -r ../requirements.txt
|
||||||
- sh: AppDir/usr/bin/python -s -m pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 -r ../requirements.txt
|
|
||||||
|
|
||||||
# Run scripts to prep pyfa data and build database
|
# Run scripts to prep pyfa data and build database
|
||||||
- sh: cd ../
|
- sh: cd ../
|
||||||
|
|||||||
Reference in New Issue
Block a user