We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2122f0 commit c7db252Copy full SHA for c7db252
.cirrus.yml
@@ -41,9 +41,9 @@ debian-unstable_task:
41
cpu: 1
42
<< : *test
43
44
-fedora-37_task:
+fedora-41_task:
45
container:
46
- dockerfile: ci/fedora-37.docker
+ dockerfile: ci/fedora-41.docker
47
48
49
ci/fedora-37.docker renamed to ci/fedora-41.docker
@@ -2,6 +2,6 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-# 20240204
6
-FROM fedora:37
+# 20250127
+FROM fedora:41
7
RUN dnf -y update && dnf -y install python3-devel python3-pip gcc ninja-build git patchelf && dnf clean all
0 commit comments