Skip to content

Commit

Permalink
Update RPM build to Fedora 41 (#10021)
Browse files Browse the repository at this point in the history
* Update RPM build to Fedora 41

Fedora 41 was released on 2024-10-29, cf. https://discussion.fedoraproject.org/t/fedora-linux-41-is-here/134766.

Current builds (tried `mozillavpn-2.25.0~build20241108-1.x86_64` downloaded from https://github.com/mozilla-mobile/mozilla-vpn-client/actions/runs/11733374458) depend upon `libQt6Core.so.6(Qt_6.7_PRIVATE_API)(64bit)` but since Fedora 41 is on Qt 6.8 no current package provides that symbol.

* Install GDB


Signed-off-by:  Basti
  • Loading branch information
devurandom authored Dec 5, 2024
1 parent 2aa9528 commit 4c6bb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install Build Dependencies
run: |
dnf -y update
dnf -y install rpmdevtools 'dnf-command(builddep)'
dnf -y install gdb rpmdevtools 'dnf-command(builddep)'
dnf -y builddep mozillavpn.spec
- name: Building package
Expand Down

0 comments on commit 4c6bb6b

Please sign in to comment.