From cf71cfb1e73fb6fa2bd8bb8d2743479c2dd31872 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 20 Nov 2025 11:08:05 -0500 Subject: [PATCH] build-sys: Try testing alma 10.0 instead We're consistently hitting timeouts in CI, I haven't tried to debug it yet. Let's see if 10.0 is better. Signed-off-by: Colin Walters --- Justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 72a534b..284e592 100644 --- a/Justfile +++ b/Justfile @@ -1,5 +1,7 @@ PRIMARY_IMAGE := "quay.io/centos-bootc/centos-bootc:stream10" -ALL_BASE_IMAGES := "quay.io/fedora/fedora-bootc:42 quay.io/centos-bootc/centos-bootc:stream9 quay.io/centos-bootc/centos-bootc:stream10 quay.io/almalinuxorg/almalinux-bootc:9.6" +# TODO: Readd quay.io/almalinuxorg/almalinux-bootc:9.6 here after debugging +# +ALL_BASE_IMAGES := "quay.io/fedora/fedora-bootc:42 quay.io/centos-bootc/centos-bootc:stream9 quay.io/centos-bootc/centos-bootc:stream10 quay.io/almalinuxorg/almalinux-bootc:10.0" # Build the native binary build: