]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
automation: enable rombios build on Alpine hvmloader.5 gitlab/hvmloader.5
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 25 Feb 2021 13:41:30 +0000 (14:41 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Tue, 2 Mar 2021 08:38:04 +0000 (09:38 +0100)
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>
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