Skip to content

Commit

Permalink
automation: enable rombios build on Alpine
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
royger authored and liuw committed Mar 10, 2021
1 parent 1b47cc8 commit 4e01c48
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions automation/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e01c48

Please sign in to comment.