mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 08:03:54 -07:00
Remove Fedora 37 Build, Add Fedora 39 Build (#5003)
This commit is contained in:
parent
1715bcb216
commit
b0d8a33d5f
3 changed files with 4 additions and 4 deletions
15
.ci/Fedora39/Dockerfile
Normal file
15
.ci/Fedora39/Dockerfile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
FROM fedora:39
|
||||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue