Skip to content

Commit 4bb5894

Browse files
authored
Merge pull request #1830 from cfallin/update-qemu
Update from qemu 4.2.0 to qemu 5.0.0 for emulation-based CI jobs.
2 parents bc55546 + 5c7e6e6 commit 4bb5894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ jobs:
309309
# way faster at arm emulation than the current version github actions'
310310
# ubuntu image uses. Disable as much as we can to get it to build
311311
# quickly.
312-
curl https://download.qemu.org/qemu-4.2.0.tar.xz | tar xJf -
313-
cd qemu-4.2.0
312+
curl https://download.qemu.org/qemu-5.0.0.tar.xz | tar xJf -
313+
cd qemu-5.0.0
314314
./configure --target-list=${{ matrix.qemu_target }} --prefix=$HOME/qemu --disable-tools --disable-slirp --disable-fdt --disable-capstone --disable-docs
315315
make -j$(nproc) install
316316

0 commit comments

Comments
 (0)