From b72d3f5308d1a294d3aacabf3ace809478db416c Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Thu, 20 Mar 2025 14:13:56 +0000 Subject: [PATCH] CI: Update build tests based on new minimum toolchain requirements Drop CentOS 7 entirely. It's way to old now. Ubuntu 22.04 is the oldest Ubuntu with a suitable version of Clang, so swap the 16.04 clang builds for 22.04. Signed-off-by: Andrew Cooper Acked-by: Stefano Stabellini Reviewed-by: Anthony PERARD --- automation/build/centos/7.dockerfile | 72 ---------------------------- automation/gitlab-ci/build.yaml | 30 ++++-------- 2 files changed, 10 insertions(+), 92 deletions(-) delete mode 100644 automation/build/centos/7.dockerfile diff --git a/automation/build/centos/7.dockerfile b/automation/build/centos/7.dockerfile deleted file mode 100644 index f41dda7320..0000000000 --- a/automation/build/centos/7.dockerfile +++ /dev/null @@ -1,72 +0,0 @@ -# syntax=docker/dockerfile:1 -FROM --platform=linux/amd64 centos:7 -LABEL maintainer.name="The Xen Project" \ - maintainer.email="xen-devel@lists.xenproject.org" - -RUN mkdir /build -WORKDIR /build - -RUN <