Remove Fedora 41 Build and Add Fedora 43 Build (#6305)

* Create Dockerfile

* Update Release Template

* Delete .ci/Fedora41 directory

* remove F41, add F43
This commit is contained in:
SlightlyCircuitous 2025-11-11 20:18:20 -05:00 committed by ebbit1q
parent b52b6cb985
commit 3cca846d41
3 changed files with 4 additions and 4 deletions

16
.ci/Fedora43/Dockerfile Normal file
View file

@ -0,0 +1,16 @@
FROM fedora:43
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