]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
automation: enable rombios build on Alpine
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 26 Feb 2021 08:59:08 +0000 (09:59 +0100)
committerWei Liu <wl@xen.org>
Wed, 10 Mar 2021 13:15:13 +0000 (13:15 +0000)
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é <roger.pau@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
automation/scripts/build

index d8990c3bf4d1c62e0ea5e1bc1f0642fb1f19c5d2..87e44bb9408292ff954c25a58107ee487e3daa76 100755 (executable)
@@ -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