add fedora 35 to ci (#4447)

remove fedora 33
This commit is contained in:
ebbit1q 2021-10-30 04:15:08 +02:00 committed by GitHub
parent ed32e72dc1
commit 915c14f6cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

21
.ci/Fedora35/Dockerfile Normal file
View file

@ -0,0 +1,21 @@
FROM fedora:35
RUN dnf install -y \
@development-tools \
ccache \
cmake \
desktop-file-utils \
file \
gcc-c++ \
git \
hicolor-icon-theme \
libappstream-glib \
mariadb-devel \
protobuf-devel \
qt5-{qttools,qtsvg,qtmultimedia,qtwebsockets}-devel \
rpm-build \
sqlite-devel \
wget \
xz-devel \
zlib-devel \
&& dnf clean all