Add Fedora 44 build and drop Fedora 42 build (#6836)

* Add Fedora 44; Drop Fedora 42

* Delete .ci/Fedora42 directory

* Create Dockerfile

* Update release_template.md

* Skip debug
This commit is contained in:
SlightlyCircuitous 2026-04-30 15:09:49 -04:00 committed by GitHub
parent 45ab2602c6
commit dac611f0f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

16
.ci/Fedora44/Dockerfile Normal file
View file

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