Merge pull request #1061 from devimc/2020-05-27/static-build/fixQemu5

static-build: build qemu on ubuntu 20.04
This commit is contained in:
Julio Montes
2020-05-27 13:47:54 -05:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ qemu_black_list=(
*/share/*/openbios-sparc32
*/share/*/openbios-sparc64
*/share/*/palcode-clipper
*/share/*/ppc_rom.bin
*/share/*/pxe-*
*/share/*/QEMU,*
*/share/*/qemu_vga.ndrv

View File

@@ -1,4 +1,4 @@
from ubuntu:18.04
from ubuntu:20.04
ARG QEMU_REPO
# commit/tag/branch
@@ -19,6 +19,7 @@ RUN apt-get --no-install-recommends install -y \
flex \
gawk \
libaudit-dev \
libblkid-dev \
libcap-dev \
libcap-ng-dev \
libdw-dev \
@@ -33,6 +34,7 @@ RUN apt-get --no-install-recommends install -y \
libpmem-dev \
libselinux1-dev \
libtool \
make \
pkg-config \
pkg-config \
python \