File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ debian-unstable_task:
41
41
cpu : 1
42
42
<< : *test
43
43
44
- fedora-37_task :
44
+ fedora-41_task :
45
45
container :
46
- dockerfile : ci/fedora-37 .docker
46
+ dockerfile : ci/fedora-41 .docker
47
47
cpu : 1
48
48
<< : *test
49
49
Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: MIT
4
4
5
- # 20221203
5
+ # 20250127
6
6
FROM archlinux:latest
7
7
RUN pacman -Syu --noconfirm && pacman -S --noconfirm python python-pip gcc ninja git patchelf
Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: MIT
4
4
5
- # 20240204
5
+ # 20250127
6
6
FROM debian:bookworm
7
7
RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: MIT
4
4
5
- # 20240204
6
- FROM fedora:37
5
+ # 20250127
6
+ FROM fedora:41
7
7
RUN dnf -y update && dnf -y install python3-devel python3-pip gcc ninja-build git patchelf && dnf clean all
You can’t perform that action at this time.
0 commit comments