From 6543a2c225d0646ba9d80f563d51cbefdfd46df1 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Mon, 29 Aug 2022 15:22:32 +0400 Subject: [PATCH] Revert "Use binary distribution of wx for appimage build" This reverts commit 1e59d3d6ac63af162cdfcfca6d898faf576170dc. --- .appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index c6a1f375e..4acc8bded 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -38,10 +38,9 @@ for: # 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 - # Use pre-built wx, since building it on appveyor takes almost full hour, which does not play nice with time limit - # Might cause compatibility issues, see https://wxpython.org/pages/downloads/index.html for more info - # - 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 -r ../requirements.txt + # Speedup, but causes runtime incompatiblities + #- 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 - sh: cd ../