Update from qemu 4.2.0 to qemu 5.0.0 for emulation-based CI jobs.

This commit is contained in:
Chris Fallin
2020-06-05 12:52:00 -07:00
parent bc555468a7
commit 5c7e6e6e9a

View File

@@ -309,8 +309,8 @@ jobs:
# way faster at arm emulation than the current version github actions' # 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 # ubuntu image uses. Disable as much as we can to get it to build
# quickly. # quickly.
curl https://download.qemu.org/qemu-4.2.0.tar.xz | tar xJf - curl https://download.qemu.org/qemu-5.0.0.tar.xz | tar xJf -
cd qemu-4.2.0 cd qemu-5.0.0
./configure --target-list=${{ matrix.qemu_target }} --prefix=$HOME/qemu --disable-tools --disable-slirp --disable-fdt --disable-capstone --disable-docs ./configure --target-list=${{ matrix.qemu_target }} --prefix=$HOME/qemu --disable-tools --disable-slirp --disable-fdt --disable-capstone --disable-docs
make -j$(nproc) install make -j$(nproc) install