Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: update cirrus-ci images
Browse files Browse the repository at this point in the history
And hopefully get the CI jobs unstuck.
dnicolodi committed Feb 4, 2024
1 parent 5037fe9 commit 28c6f7d
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/alpine-3.docker
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@
#
# SPDX-License-Identifier: MIT

# 20221203
# 20240204
FROM alpine:3
RUN apk add --no-cache python3-dev py3-pip build-base ninja git patchelf
2 changes: 1 addition & 1 deletion ci/debian-11.docker
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@
#
# SPDX-License-Identifier: MIT

# 20221203
# 20240204
FROM debian:bullseye
RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv && rm -rf /var/lib/apt/lists/*
2 changes: 1 addition & 1 deletion ci/debian-12.docker
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@
#
# SPDX-License-Identifier: MIT

# 20230816
# 20240204
FROM debian:bookworm
RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv && rm -rf /var/lib/apt/lists/*
2 changes: 1 addition & 1 deletion ci/fedora-37.docker
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@
#
# SPDX-License-Identifier: MIT

# 20221203
# 20240204
FROM fedora:37
RUN dnf -y update && dnf -y install python3-devel python3-pip gcc ninja-build git patchelf && dnf clean all

0 comments on commit 28c6f7d

Please sign in to comment.