Merge pull request #2230 from Conan-Kudo/ci-fedora-40

CI: Switch Fedora Qt 6 builds to Fedora Linux 40
This commit is contained in:
Adriaan de Groot 2023-11-09 00:26:03 +01:00 committed by GitHub
commit 94caa9338a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -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"

View File

@ -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