Re: [XEN PATCH v1 3/4] automation: add python3 package for riscv64.dockerfile

2022-12-29 Thread Andrew Cooper
On 29/12/2022 7:45 am, Oleksii wrote: > On Wed, 2022-12-28 at 23:26 +, Andrew Cooper wrote: >> On 23/12/2022 11:16 am, Oleksii Kurochko wrote: >>> Pyhton3 package is requited by automation/scripts/build >>> script so it shoud be installed to riscv64 docker image >> Is it?  This series runs fine

Re: [XEN PATCH v1 3/4] automation: add python3 package for riscv64.dockerfile

2022-12-28 Thread Oleksii
On Wed, 2022-12-28 at 23:26 +, Andrew Cooper wrote: > On 23/12/2022 11:16 am, Oleksii Kurochko wrote: > > Pyhton3 package is requited by automation/scripts/build > > script so it shoud be installed to riscv64 docker image > > Is it?  This series runs fine without it. > It is used by automati

Re: [XEN PATCH v1 3/4] automation: add python3 package for riscv64.dockerfile

2022-12-28 Thread Andrew Cooper
On 23/12/2022 11:16 am, Oleksii Kurochko wrote: > Pyhton3 package is requited by automation/scripts/build > script so it shoud be installed to riscv64 docker image Is it?  This series runs fine without it. When we get around to compiling userspace, then we do need a python interpreter for the bui

[XEN PATCH v1 3/4] automation: add python3 package for riscv64.dockerfile

2022-12-23 Thread Oleksii Kurochko
Pyhton3 package is requited by automation/scripts/build script so it shoud be installed to riscv64 docker image Signed-off-by: Oleksii Kurochko --- automation/build/archlinux/riscv64.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automation/build/archlinux/riscv