[PATCH] automation: add qemu-system-riscv to riscv64.dockerfile

Oleksii Kurochko posted 1 patch 1 year, 3 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/8badde729e97ef6508204c5229199b7247c7a3da.1673257832.git.oleksii.kurochko@gmail.com
automation/build/archlinux/riscv64.dockerfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] automation: add qemu-system-riscv to riscv64.dockerfile
Posted by Oleksii Kurochko 1 year, 3 months ago
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(-)

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-
-- 
2.38.1
Re: [PATCH] automation: add qemu-system-riscv to riscv64.dockerfile
Posted by Andrew Cooper 1 year, 3 months ago
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
Re: [PATCH] automation: add qemu-system-riscv to riscv64.dockerfile
Posted by Oleksii 1 year, 3 months ago
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