Message ID | 8badde729e97ef6508204c5229199b7247c7a3da.1673257832.git.oleksii.kurochko@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | automation: add qemu-system-riscv to riscv64.dockerfile | expand |
On 09/01/2023 9:50 am, Oleksii Kurochko wrote: > qemu-system-riscv will be used to run RISC-V Xen binary and > gather logs for smoke tests. > > Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com> I've committed this, and rebuilt the container. Subsequent Gitlab-CI runs should be able to run the RISC-V smoke tests. ~Andrew
On Mon, 2023-01-09 at 17:53 +0000, Andrew Cooper wrote: > On 09/01/2023 9:50 am, Oleksii Kurochko wrote: > > qemu-system-riscv will be used to run RISC-V Xen binary and > > gather logs for smoke tests. > > > > Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com> > > I've committed this, and rebuilt the container. Subsequent Gitlab-CI > runs should be able to run the RISC-V smoke tests. > Thanks a lot. Will check soon. > ~Andrew ~Oleksii
diff --git a/automation/build/archlinux/riscv64.dockerfile b/automation/build/archlinux/riscv64.dockerfile index ff8b2b955d..375c78ecd5 100644 --- a/automation/build/archlinux/riscv64.dockerfile +++ b/automation/build/archlinux/riscv64.dockerfile @@ -9,7 +9,8 @@ RUN pacman --noconfirm --needed -Syu \ inetutils \ riscv64-linux-gnu-binutils \ riscv64-linux-gnu-gcc \ - riscv64-linux-gnu-glibc + riscv64-linux-gnu-glibc \ + qemu-system-riscv # Add compiler path ENV CROSS_COMPILE=riscv64-linux-gnu-
qemu-system-riscv will be used to run RISC-V Xen binary and gather logs for smoke tests. Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com> --- automation/build/archlinux/riscv64.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)