From: Roger Pau Monne Date: Fri, 26 Feb 2021 08:59:08 +0000 (+0100) Subject: automation: enable rombios build on Alpine X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~827 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4e01c48886d9fbfee3bf7e481c4529a176331c78;p=xen.git automation: enable rombios build on Alpine It's now safe to enable the build of rombios on Alpine systems, as hvmloader already builds fine there. Signed-off-by: Roger Pau Monné Acked-by: Wei Liu Release-Acked-by: Ian Jackson --- diff --git a/automation/scripts/build b/automation/scripts/build index d8990c3bf4..87e44bb940 100755 --- a/automation/scripts/build +++ b/automation/scripts/build @@ -31,9 +31,8 @@ fi if ! test -z "$(ldd /bin/ls|grep musl|head -1)"; then # disable --disable-werror for QEMUU when building with MUSL cfgargs+=("--with-extra-qemuu-configure-args=\"--disable-werror\"") - # hvmloader doesn't build on MUSL systems - cfgargs+=("--disable-seabios") - cfgargs+=("--disable-rombios") + # SeaBIOS doesn't build on MUSL systems + cfgargs+=("--with-system-seabios=/bin/false") fi # Qemu requires Python 3.5 or later