Re: [PATCH 3/8] scripts/ci/setup: Fix libxen requirements

2022-09-07 Thread Alex Bennée
"Lucas Mateus Castro(alqotel)" writes: > XEN hypervisor is only available in ARM and x86, but the yaml only > checked if the architecture is different from s390x, changed it to > a more accurate test. > Tested this change on a Ubuntu 20.04 ppc64le. > > Signed-off-by: Lucas Mateus Castro(alqotel

[PATCH 3/8] scripts/ci/setup: Fix libxen requirements

2022-07-27 Thread Lucas Mateus Castro(alqotel)
XEN hypervisor is only available in ARM and x86, but the yaml only checked if the architecture is different from s390x, changed it to a more accurate test. Tested this change on a Ubuntu 20.04 ppc64le. Signed-off-by: Lucas Mateus Castro(alqotel) --- scripts/ci/setup/build-environment.yml | 2 +-