Skip to content

Commit

Permalink
Revert adding support for Linux glibc version 2.31
Browse files Browse the repository at this point in the history
Manually reverts commit: 0b3e76f

This Qt 6.5.1 bug: https://bugreports.qt.io/browse/QTBUG-114635
Seems to cause builds made on Ubuntu 20 not work on Ubuntu 22. So this change has to be reverted until that bug is fixed.

Fixes #366
  • Loading branch information
LagoLunatic committed Mar 10, 2024
1 parent 68ab31e commit 7f94cf9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
artifact: macos
upload_path_suffix: '.zip'
- name: Linux Build
os: ubuntu-20.04
os: ubuntu-latest
architecture: x64
artifact: linux
upload_path_suffix: '/*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: MacOS
os: macos-latest
- name: Linux
os: ubuntu-20.04
os: ubuntu-latest

runs-on: ${{ matrix.os }}

Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ Bug fixes:
* Fixed a rare vanilla bug that could cause Zelda to become temporarily frozen during the fight against Ganondorf. The bug occurred if you managed to reflect one of Zelda's Light Arrows back at Ganondorf during the first phase of the fight instead of the third one, while locked on to Ganondorf, and his HP was low enough to enter the second phase of the fight upon being hit.
* Fixed a vanilla softlock that could occur when using glitches during the Helmaroc King fight.

Supported operating systems:
* The Linux release builds now support systems with at least glibc version 2.31 (e.g. Ubuntu 20.04 is now supported).

### Version 1.10.0 (released 2023-01-06)

Supported operating systems:
Expand Down

0 comments on commit 7f94cf9

Please sign in to comment.