Skip to content

Commit

Permalink
Merge pull request #1830 from cfallin/update-qemu
Browse files Browse the repository at this point in the history
Update from qemu 4.2.0 to qemu 5.0.0 for emulation-based CI jobs.
  • Loading branch information
cfallin authored Jun 5, 2020
2 parents bc55546 + 5c7e6e6 commit 4bb5894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bb5894

Please sign in to comment.