Angel Pons submitted this change.

View Change

Approvals: build bot (Jenkins): Verified David Hendricks: Looks good to me, approved Angel Pons: Looks good to me, approved
manibuilder: Add newer targets for Alpine, CentOS, Fedora

Change-Id: I6c9939601abd3bd67424b8fa9a5ec800e50e3a51
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/33342
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M util/manibuilder/Makefile.targets
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/util/manibuilder/Makefile.targets b/util/manibuilder/Makefile.targets
index 044b0a4..f5a142c 100644
--- a/util/manibuilder/Makefile.targets
+++ b/util/manibuilder/Makefile.targets
@@ -1,8 +1,12 @@
ANITA_TAGS := anita\:amd64 anita\:i386

MULTIARCH_TAGS := \
+ centos\:7.6-armhfp-clean centos\:7.6-amd64-clean \
centos\:7.3-aarch64-clean centos\:7.3-amd64-clean \
centos\:7.2-amd64-clean \
+ $(foreach a,x86_64 s390x aarch64, fedora\:30-$(a)) \
+ $(foreach a,x86_64 s390x ppc64le aarch64, fedora\:29-$(a)) \
+ fedora\:28-armhfp \
$(foreach a,x86_64 ppc64le aarch64, \
$(foreach v,25 24, \
fedora\:$(v)-$(a))) \
@@ -14,7 +18,7 @@
ubuntu-debootstrap\:$(a)-$(v))) \
ubuntu-debootstrap\:powerpc-xenial \
$(foreach a,aarch64 armhf amd64 i386, \
- $(foreach v,v3.8 v3.7 v3.6, \
+ $(foreach v,v3.9 v3.8 v3.7 v3.6, \
alpine\:$(a)-$(v))) \

OTHER_TAGS := djgpp\:6.1.0
@@ -41,6 +45,7 @@
DEFAULT_TAGS := \
anita\:amd64 \
djgpp\:6.1.0 \
+ fedora\:30-aarch64 \
fedora\:25-x86_64 \
fedora\:25-ppc64le \
fedora\:25-aarch64 \
@@ -59,8 +64,9 @@
ubuntu-debootstrap\:amd64-xenial \
ubuntu-debootstrap\:powerpc-xenial \
ubuntu-debootstrap\:amd64-bionic \
- alpine\:amd64-v3.7 \
+ alpine\:aarch64-v3.9 \
alpine\:amd64-v3.8 \
+ alpine\:amd64-v3.7 \

# also run all native tests by default
DEFAULT_TAGS += $(filter-out $(DEFAULT_TAGS),$(NATIVE_TAGS))

To view, visit change 33342. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I6c9939601abd3bd67424b8fa9a5ec800e50e3a51
Gerrit-Change-Number: 33342
Gerrit-PatchSet: 5
Gerrit-Owner: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: David Hendricks <david.hendricks@gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged