Delete .ci/Fedora40 directory

This commit is contained in:
SlightlyCircuitous 2025-04-29 12:38:32 -04:00 committed by GitHub
parent b9d64eb447
commit 67c8affcda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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