Remove Fedora 40 build and Add Fedora 42 build (#5893)

* Create Fedora 42 Dockerfile

* Delete .ci/Fedora40 directory

* Update Fedora releases

* Update Fedora builds
This commit is contained in:
SlightlyCircuitous 2025-04-29 22:18:18 -04:00 committed by ebbit1q
parent f52fe8f407
commit e6e28e0cbc
3 changed files with 4 additions and 4 deletions

15
.ci/Fedora42/Dockerfile Normal file
View file

@ -0,0 +1,15 @@
FROM fedora:42
RUN dnf install -y \
ccache \
cmake \
gcc-c++ \
git \
mariadb-devel \
protobuf-devel \
qt6-{qttools,qtsvg,qtmultimedia,qtwebsockets}-devel \
qt6-qtimageformats \
rpm-build \
xz-devel \
zlib-devel \
&& dnf clean all