Skip to content

Commit 1d64273

Browse files
authored
[ATfE] Install ipxe-qemu for testing LLVM-libc (#521)
This is observed in CI, this patch should get the required files. ``` qemu-system-aarch64: failed to find romfile "efi-virtio.rom" ```
1 parent bdb7d4a commit 1d64273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arm-software/embedded/scripts/install_dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ sudo apt-get update && sudo apt-get install -y --no-install-recommends \
1616
ninja-build=1.10.1-1 \
1717
python3-pip \
1818
python3-setuptools \
19-
qemu-system-arm=1:6.2+dfsg-2ubuntu6.26
19+
qemu-system-arm=1:6.2+dfsg-2ubuntu6.26 \
20+
ipxe-qemu=1.21.1+git-20220113.fbbdc3926-0ubuntu1
2021

2122
# Upgrade pip and install dependencies
2223
python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)