CI: Switch Fedora Qt 6 builds to Fedora Linux 40
Fedora Linux 40 has the necessary components as part of upgrading to KDE Plasma 6.
This commit is contained in:
parent
6e9dac3417
commit
2bd4c19a7d
2
.github/workflows/nightly-fedora-qt6.yml
vendored
2
.github/workflows/nightly-fedora-qt6.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker://fedora:39
|
||||
image: docker://registry.fedoraproject.org/fedora:40
|
||||
options: --tmpfs /build:rw --user 0:0
|
||||
steps:
|
||||
- name: "prepare git"
|
||||
|
@ -3,10 +3,6 @@
|
||||
# Install dependencies for the nightly-fedora-qt6 build
|
||||
#
|
||||
|
||||
# Add the KF6 repo
|
||||
dnf install -y 'dnf-command(copr)'
|
||||
dnf copr enable -y @kdesig/kde-nightly-qt6
|
||||
|
||||
yum install -y bison flex git make cmake gcc-c++ ninja-build
|
||||
yum install -y yaml-cpp-devel libpwquality-devel parted-devel python-devel gettext gettext-devel
|
||||
yum install -y libicu-devel libatasmart-devel
|
||||
|
Loading…
Reference in New Issue
Block a user