[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 2/6] automation: add runtime qemu dependencies to test container
On Mon, 24 Apr 2023, Marek Marczykowski-Górecki wrote: > This is necessary to start HVM guests in subsequent tests. > > Signed-off-by: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx> Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> > --- > automation/tests-artifacts/alpine/3.12.dockerfile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/automation/tests-artifacts/alpine/3.12.dockerfile > b/automation/tests-artifacts/alpine/3.12.dockerfile > index b3909996b47b..073f16a0d70a 100644 > --- a/automation/tests-artifacts/alpine/3.12.dockerfile > +++ b/automation/tests-artifacts/alpine/3.12.dockerfile > @@ -13,6 +13,7 @@ RUN \ > \ > # xen runtime deps > apk add musl && \ > + apk add libgcc && \ > apk add openrc && \ > apk add busybox && \ > apk add sudo && \ > -- > git-series 0.9.1 >
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |