Message ID | a2f2c836e7f444d733f8ce4c1c23fc6be1dc7726.1682369736.git-series.marmarek@invisiblethingslab.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | automation: add PCI passthrough tests on x86 | expand |
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@invisiblethingslab.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> > --- > 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 >
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 && \
This is necessary to start HVM guests in subsequent tests. Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> --- automation/tests-artifacts/alpine/3.12.dockerfile | 1 + 1 file changed, 1 insertion(+)