[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] automation: use python-3.11 in Leap container
commit 16a81486c4cdafa8d881dec529a99e2441109872 Author: Olaf Hering <olaf@xxxxxxxxx> AuthorDate: Mon Oct 7 17:25:09 2024 +0200 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Tue Oct 8 12:15:31 2024 +0100 automation: use python-3.11 in Leap container python311 is available since Leap 15.4 as additional Python variant. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> --- automation/build/opensuse/leap-15.6-x86_64.dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/automation/build/opensuse/leap-15.6-x86_64.dockerfile b/automation/build/opensuse/leap-15.6-x86_64.dockerfile index ea70dffe2a..97890dfc00 100644 --- a/automation/build/opensuse/leap-15.6-x86_64.dockerfile +++ b/automation/build/opensuse/leap-15.6-x86_64.dockerfile @@ -3,6 +3,7 @@ FROM --platform=linux/amd64 opensuse/leap:15.6 LABEL maintainer.name="The Xen Project" LABEL maintainer.email="xen-devel@xxxxxxxxxxxxxxxxxxxx" +ENV PYTHON=python3.11 ENV XEN_TARGET_ARCH=x86_64 RUN <<EOF @@ -25,7 +26,7 @@ RUN <<EOF gawk gcc make - python3 + python311 # Tools (general) git-core @@ -53,8 +54,8 @@ RUN <<EOF # xentop 'pkgconfig(ncurses)' # Python bindings - python3-devel - python3-setuptools + python311-devel + python311-setuptools # Ocaml bindings/oxenstored ocaml ocaml-findlib @@ -68,7 +69,7 @@ RUN <<EOF ninja 'pkgconfig(glib-2.0)' 'pkgconfig(pixman-1)' - python3-packaging + python311-packaging ) zypper install -y --no-recommends "${DEPS[@]}" -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |