Skip to content

Commit 9615841

Browse files
committed
[hack] github/workflows: use QEMU with device tree support
Coconut QEMU does not have device tree support yet, so CI will fail without this change. Temporarily switch to my fork. Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
1 parent e46607a commit 9615841

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qemu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ env:
1010
CARGO_TERM_COLOR: always
1111
# IGVM C wrapper might require a different Rust version than SVSM
1212
RUST_VERSION_IGVM: 1.84.1
13-
QEMU_REPO: https://github.com/coconut-svsm/qemu.git
14-
QEMU_REF: svsm-igvm
13+
QEMU_REPO: https://github.com/luigix25/qemu.git
14+
QEMU_REF: dtc_rebase
1515
IGVM_REPO: https://github.com/microsoft/igvm.git
1616
IGVM_REF: igvm-v0.3.4
1717

0 commit comments

Comments
 (0)