mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 12:33:55 -07:00
Remove Fedora 38 Build and Add Fedora 40 Build (#5024)
* Remove Fedora 38 docker image * Add Fedora 40 Dockerfile * Remove Fedora 38, Add Fedora 40 to release template * Remove Fedora 38, add Fedora 40 to desktop-build
This commit is contained in:
parent
4279753030
commit
d550e42441
3 changed files with 4 additions and 4 deletions
15
.ci/Fedora40/Dockerfile
Normal file
15
.ci/Fedora40/Dockerfile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue