Skip to content

Commit b8b9265

Browse files
committed
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 <walters@verbum.org>
1 parent a5a9c4b commit b8b9265

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Justfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
PRIMARY_IMAGE := "quay.io/centos-bootc/centos-bootc:stream10"
2-
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"
2+
# TODO: Readd quay.io/almalinuxorg/almalinux-bootc:9.6 here after debugging
3+
# <https://github.com/bootc-dev/bcvk/issues/153>
4+
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"
35

46
# Build the native binary
57
build:

0 commit comments

Comments
 (0)