Message ID | 20231128100352.35430-3-roger.pau@citrix.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | xen/x86: add testing for self modifying code and livepatch | expand |
On Tue, 28 Nov 2023, Roger Pau Monne wrote: > In preparation for adding some livepatch-build-tools test update the Alpine > container to also install elfutils-dev. > > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org> > --- > automation/build/alpine/3.18.dockerfile | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/automation/build/alpine/3.18.dockerfile b/automation/build/alpine/3.18.dockerfile > index 4ae9cb5e9e30..aac2d8cc82d9 100644 > --- a/automation/build/alpine/3.18.dockerfile > +++ b/automation/build/alpine/3.18.dockerfile > @@ -47,3 +47,5 @@ RUN apk --no-cache add \ > libcap-ng-dev \ > ninja \ > pixman-dev \ > + # livepatch-tools deps > + elfutils-dev > -- > 2.43.0 >
diff --git a/automation/build/alpine/3.18.dockerfile b/automation/build/alpine/3.18.dockerfile index 4ae9cb5e9e30..aac2d8cc82d9 100644 --- a/automation/build/alpine/3.18.dockerfile +++ b/automation/build/alpine/3.18.dockerfile @@ -47,3 +47,5 @@ RUN apk --no-cache add \ libcap-ng-dev \ ninja \ pixman-dev \ + # livepatch-tools deps + elfutils-dev
In preparation for adding some livepatch-build-tools test update the Alpine container to also install elfutils-dev. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> --- automation/build/alpine/3.18.dockerfile | 2 ++ 1 file changed, 2 insertions(+)