1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 22:43:17 +02:00

manibuilder: Add NetBSD 8.2 target (anita:8.2-amd64)

It needs more disk space and RAM. Also, make it the default as
NetBSD 7.1 packages are gone.

Change-Id: Ic823cd30228f15859462844eb50d213487f74873
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/51481
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Nico Huber
2021-03-14 13:49:16 +01:00
committed by Angel Pons
parent 3992d3ddd1
commit 51ae724a08
2 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,4 @@
ANITA_TAGS := anita\:7.1-amd64 anita\:7.1-i386
ANITA_TAGS := anita\:8.2-amd64 anita\:7.1-amd64 anita\:7.1-i386
MULTIARCH_TAGS := \
centos\:7.6-armhfp-clean centos\:7.6-amd64-clean \
@ -43,7 +43,7 @@ NATIVE_TAGS := $(call arch_filter,$(call machine_map,$(shell uname -m)))
# rather arbitrary selection of images that seem to work (focus on amd64)
DEFAULT_TAGS := \
anita\:7.1-amd64 \
anita\:8.2-amd64 \
djgpp\:6.1.0 \
fedora\:30-aarch64 \
fedora\:25-x86_64 \