We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc55546 + 5c7e6e6 commit 4bb5894Copy full SHA for 4bb5894
.github/workflows/main.yml
@@ -309,8 +309,8 @@ jobs:
309
# way faster at arm emulation than the current version github actions'
310
# ubuntu image uses. Disable as much as we can to get it to build
311
# quickly.
312
- curl https://download.qemu.org/qemu-4.2.0.tar.xz | tar xJf -
313
- cd qemu-4.2.0
+ curl https://download.qemu.org/qemu-5.0.0.tar.xz | tar xJf -
+ cd qemu-5.0.0
314
./configure --target-list=${{ matrix.qemu_target }} --prefix=$HOME/qemu --disable-tools --disable-slirp --disable-fdt --disable-capstone --disable-docs
315
make -j$(nproc) install
316
0 commit comments