]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
automation: re-enable building SeaBIOS in Alpine container
authorMarek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Mon, 24 Apr 2023 20:56:58 +0000 (22:56 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 25 Apr 2023 22:47:45 +0000 (23:47 +0100)
It seems to build just fine with Alpine 3.12, and SeaBIOS is necessary
for a HVM test (that use the Alpine build).

Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
automation/scripts/build

index 7d1b19c4250d1ced2930f23bfaaa1531b109cc0e..d830cff7b7c78caa80381bb1e78438af760d5629 100755 (executable)
@@ -77,8 +77,6 @@ else
     if ldd /bin/ls | grep -q musl; then
         # disable --disable-werror for QEMUU when building with MUSL
         cfgargs+=("--with-extra-qemuu-configure-args=\"--disable-werror\"")
-        # SeaBIOS doesn't build on MUSL systems
-        cfgargs+=("--with-system-seabios=/bin/false")
     fi
 
     # Qemu requires Python 3.5 or later, and ninja