From 5c7e6e6e9af3e322703e440dbc2fedfc596c95a4 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Fri, 5 Jun 2020 12:52:00 -0700 Subject: [PATCH] Update from qemu 4.2.0 to qemu 5.0.0 for emulation-based CI jobs. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 36257ade82..9eb4c48186 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -309,8 +309,8 @@ jobs: # way faster at arm emulation than the current version github actions' # ubuntu image uses. Disable as much as we can to get it to build # quickly. - curl https://download.qemu.org/qemu-4.2.0.tar.xz | tar xJf - - cd qemu-4.2.0 + curl https://download.qemu.org/qemu-5.0.0.tar.xz | tar xJf - + cd qemu-5.0.0 ./configure --target-list=${{ matrix.qemu_target }} --prefix=$HOME/qemu --disable-tools --disable-slirp --disable-fdt --disable-capstone --disable-docs make -j$(nproc) install