From 40f35d07aa14bde44d7baafad171f7c92b053017 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Wed, 8 Jan 2025 12:05:38 +0000 Subject: [PATCH] CI: Update Fedora to 41 Signed-off-by: Andrew Cooper Reviewed-by: Anthony PERARD Reviewed-by: Stefano Stabellini --- .../fedora/{40-x86_64.dockerfile => 41-x86_64.dockerfile} | 2 +- automation/gitlab-ci/build.yaml | 8 ++++---- automation/scripts/containerize | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename automation/build/fedora/{40-x86_64.dockerfile => 41-x86_64.dockerfile} (97%) diff --git a/automation/build/fedora/40-x86_64.dockerfile b/automation/build/fedora/41-x86_64.dockerfile similarity index 97% rename from automation/build/fedora/40-x86_64.dockerfile rename to automation/build/fedora/41-x86_64.dockerfile index 7d4d4cc2ac..8032a20986 100644 --- a/automation/build/fedora/40-x86_64.dockerfile +++ b/automation/build/fedora/41-x86_64.dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM --platform=linux/amd64 fedora:40 +FROM --platform=linux/amd64 fedora:41 LABEL maintainer.name="The Xen Project" LABEL maintainer.email="xen-devel@lists.xenproject.org" diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index 41f17ed456..3abd2a0c65 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -572,15 +572,15 @@ debian-12-x86_32-gcc-debug: variables: CONTAINER: debian:12-x86_32 -fedora-40-x86_64-gcc: +fedora-41-x86_64-gcc: extends: .gcc-x86-64-build variables: - CONTAINER: fedora:40-x86_64 + CONTAINER: fedora:41-x86_64 -fedora-40-x86_64-gcc-debug: +fedora-41-x86_64-gcc-debug: extends: .gcc-x86-64-build-debug variables: - CONTAINER: fedora:40-x86_64 + CONTAINER: fedora:41-x86_64 ubuntu-16.04-x86_64-clang: extends: .clang-x86-64-build diff --git a/automation/scripts/containerize b/automation/scripts/containerize index d72c22c103..bc43136078 100755 --- a/automation/scripts/containerize +++ b/automation/scripts/containerize @@ -28,7 +28,7 @@ case "_${CONTAINER}" in _alpine-arm64v8) CONTAINER="${BASE}/alpine:3.18-arm64v8" ;; _archlinux|_arch) CONTAINER="${BASE}/archlinux:current" ;; _centos7) CONTAINER="${BASE}/centos:7" ;; - _fedora) CONTAINER="${BASE}/fedora:40-x86_64";; + _fedora) CONTAINER="${BASE}/fedora:41-x86_64";; _bullseye-ppc64le) CONTAINER="${BASE}/debian:11-ppc64le" ;; _bookworm-ppc64le) CONTAINER="${BASE}/debian:12-ppc64le" ;; _bullseye-riscv64) CONTAINER="${BASE}/debian:11-riscv64" ;; -- 2.39.5