diff mbox series

[XEN] automation: update debian:unstable-arm64v8 to have python3-config

Message ID 20200213134200.638199-1-anthony.perard@citrix.com (mailing list archive)
State New, archived
Headers show
Series [XEN] automation: update debian:unstable-arm64v8 to have python3-config | expand

Commit Message

Anthony PERARD Feb. 13, 2020, 1:42 p.m. UTC
The Arm container wasn't updated in the original patch.

Fixes: 1a3673da6482 ("automation: updating container to have python3-config binary")
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

---
Please update the Arm container, as I don't have an environment to do
it.

There were talk about removing bin86 and nasm packages that are
probably not needed, but I haven't done so in this patch.
---
 automation/build/debian/unstable-arm64v8.dockerfile | 1 +
 1 file changed, 1 insertion(+)

Comments

Wei Liu Feb. 13, 2020, 1:48 p.m. UTC | #1
On Thu, Feb 13, 2020 at 01:42:00PM +0000, Anthony PERARD wrote:
> The Arm container wasn't updated in the original patch.
> 
> Fixes: 1a3673da6482 ("automation: updating container to have python3-config binary")
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Acked-by: Wei Liu <wl@xen.org>
diff mbox series

Patch

diff --git a/automation/build/debian/unstable-arm64v8.dockerfile b/automation/build/debian/unstable-arm64v8.dockerfile
index c701777c8d57..8455d67b7289 100644
--- a/automation/build/debian/unstable-arm64v8.dockerfile
+++ b/automation/build/debian/unstable-arm64v8.dockerfile
@@ -16,6 +16,7 @@  RUN apt-get update && \
         libncurses5-dev \
         libssl-dev \
         python-dev \
+        python3-dev \
         xorg-dev \
         uuid-dev \
         libyajl-dev \