Skip to content

Commit

Permalink
Deprecate PySide6 AppImage testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jul 11, 2024
1 parent d80ca2f commit 7d7e65b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/app-build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,9 @@ jobs:
# push) is fundamentally incompatible with using an old base image. As of today,
# it's impossible to install Toga on *any* manylinux image (
# https://gitlab.gnome.org/GNOME/pygobject/-/issues/590); PySide2 can't be
# installed on any *supported* manylinux image, and PySide6 only works on 2_28.
# installed on any *supported* manylinux image; PySide6 only publishes 2_28 wheels,
# but even then, it segfaults when the AppImage starts.
#
# Even when the install *does* work, there are so many incompatibility and
# binary dependency issues that it's just not worth the oxygen to keep this thing
# alive.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ jobs:
strategy:
fail-fast: false
matrix:
framework: [ toga, pyside6, pygame, console ]
# 2024-07-11 (beeware/briefcase#1908): pyside6 segfaults on AppImage start.
framework: [ toga, pygame, console ]

test-verify-apps-flatpak-templates:
name: Verify Flatpak
Expand Down

0 comments on commit 7d7e65b

Please sign in to comment.