Skip to content

Commit 53a23ce

Browse files
committed
chore(ci): upgrade QEMU to 6.1.0
Fixes test failures on `qemu_sifive_u_s_rv{32,64}`.
1 parent 2aa60ed commit 53a23ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/install-qemu/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: QEMU version to install
66
required: true
7-
default: 5.1.0
7+
default: 6.1.0
88
target-list:
99
description: List of targets to build
1010
required: true

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,15 @@ jobs:
235235
- name: Install dependencies (Linux)
236236
run: |
237237
sudo apt-get update
238-
sudo apt-get install libusb-1.0-0-dev libudev-dev
238+
sudo apt-get install libusb-1.0-0-dev libudev-dev ninja-build
239239
240240
- name: Cache QEMU's built binaries
241241
uses: actions/cache@v2
242242
with:
243243
path: ~/.qemu
244244
key: ${{ runner.os }}-ci-qemu-arm_riscv
245245

246-
- name: Install QEMU 5.1.0 from source
246+
- name: Install QEMU 6.1.0 from source
247247
uses: ./.github/actions/install-qemu
248248
with:
249249
target-list: arm-softmmu,riscv32-softmmu,riscv64-softmmu

0 commit comments

Comments
 (0)