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

Anthony PERARD posted 1 patch 4 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20200213134200.638199-1-anthony.perard@citrix.com
automation/build/debian/unstable-arm64v8.dockerfile | 1 +
1 file changed, 1 insertion(+)
[Xen-devel] [XEN PATCH] automation: update debian:unstable-arm64v8 to have python3-config
Posted by Anthony PERARD 4 years, 2 months ago
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(+)

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 \
-- 
Anthony PERARD


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [XEN PATCH] automation: update debian:unstable-arm64v8 to have python3-config
Posted by Wei Liu 4 years, 2 months ago
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>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel