add fedora 38, scheduled to release next week (#4785)

This commit is contained in:
ebbit1q 2023-04-30 14:21:13 +02:00 committed by GitHub
parent 45a5296013
commit f269e5fe58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

14
.ci/Fedora38/Dockerfile Normal file
View file

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