Skip to content

Commit

Permalink
Rejbasket/update macos cloud build (inkstitch#3291)
Browse files Browse the repository at this point in the history
* upgraded macos build to macos-13
upgraded wxpython to 4.2.2 for linux
* add missing linux libs for update to wxpython

---------

Authored by: rejbasket
  • Loading branch information
rejbasket authored Nov 19, 2024
1 parent 6a9c103 commit 8a4afa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python -m pip install pycairo
python -m pip install PyGObject
python -m pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.2.1-cp39-cp39-linux_x86_64.whl
python -m pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.2.2-cp39-cp39-linux_x86_64.whl
python -m pip install -r requirements.txt
# for networkx
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
name: inkstitch-windows64
path: artifacts
macx86:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions bin/build-python
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ fi

if [ "$BUILD" = "linux" ]; then
pyinstaller_args+="--hidden-import gi.repository.Gtk "
pyinstaller_args+="--add-binary /lib/x86_64-linux-gnu/libcrypt.so.1:. "
pyinstaller_args+="--add-binary /lib/x86_64-linux-gnu/libnsl.so.1:. "
fi


Expand Down

0 comments on commit 8a4afa1

Please sign in to comment.