manibuilder: Re-arrange order of test targets
Put slower targets first, so we can parallelize better. AlmaLinux
lacks `cchache`, hence they are very slow. Also, newer versions
seem to stress QEMU a lot more (maybe due to more complex instruc-
tions used?).
Change-Id: Ied30ffb3d17ae78b6a313890548e97a7cad6af90
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/371
diff --git a/util/manibuilder/Makefile.targets b/util/manibuilder/Makefile.targets
index 7c2796f..a814656 100644
--- a/util/manibuilder/Makefile.targets
+++ b/util/manibuilder/Makefile.targets
@@ -22,6 +22,7 @@
$(a)/almalinux\:$(v)))
OFFICIAL_TAGS := \
+ $(ALMALINUX_TAGS) \
$(foreach a,ppc64le s390x arm64v8 amd64, \
$(foreach v,44 43 42 41 40 39 38 37 36 35, \
$(a)/fedora\:$(v))) \
@@ -36,11 +37,10 @@
$(foreach a,ppc64le s390x arm64v8 arm32v7 arm32v6 amd64 i386, \
$(foreach v,3.22 3.21 3.20 3.19 3.18 3.17 3.16 3.15, \
$(a)/alpine\:$(v))) \
- $(ALMALINUX_TAGS)
OTHER_TAGS := djgpp\:6.1.0
-ALL_TAGS := $(ANITA_TAGS) $(MULTIARCH_TAGS) $(OFFICIAL_TAGS) $(OTHER_TAGS)
+ALL_TAGS := $(ANITA_TAGS) $(OFFICIAL_TAGS) $(MULTIARCH_TAGS) $(OTHER_TAGS)
BROKEN_TAGS := arm64v8/fedora\:35 arm32v6/alpine\:3.15 alpine\:armhf-v3.14