mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
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:
parent
8e88749078
commit
3c85ca9cbc
3 changed files with 4 additions and 4 deletions
16
.ci/Fedora43/Dockerfile
Normal file
16
.ci/Fedora43/Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue