Skip to content
Snippets Groups Projects
Commit 2bd4c19a authored by Neal Gompa's avatar Neal Gompa
Browse files

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.
parent 6e9dac34
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ jobs: ...@@ -17,7 +17,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: docker://fedora:39 image: docker://registry.fedoraproject.org/fedora:40
options: --tmpfs /build:rw --user 0:0 options: --tmpfs /build:rw --user 0:0
steps: steps:
- name: "prepare git" - name: "prepare git"
......
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
# Install dependencies for the nightly-fedora-qt6 build # 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 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 yaml-cpp-devel libpwquality-devel parted-devel python-devel gettext gettext-devel
yum install -y libicu-devel libatasmart-devel yum install -y libicu-devel libatasmart-devel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment