xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [Xen-devel] [XEN PATCH 0/3] Default to python3
@ 2020-01-20 11:50 Anthony PERARD
  2020-01-20 11:50 ` [Xen-devel] [XEN PATCH 1/3] automation: Only build QEMU if Python >= 3.5 Anthony PERARD
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Anthony PERARD @ 2020-01-20 11:50 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony PERARD, Doug Goldstein, Ian Jackson, Wei Liu

Patch series available in this git branch:
https://xenbits.xen.org/git-http/people/aperard/xen-unstable.git br.python3-default-v1

Hi,

I think it's time for Xen to build with python3 by default.

The main reason for that is that QEMU upstream don't build with python 2.x
anymore, and the python binary selected by Xen build system is the one used
when building qemu-xen. So now osstest failed to build QEMU upstream.

Also, python2 is EOL.

FYI, the hypervisor build system already select python3 by default, this change
the tools side.

Cheers,

Anthony PERARD (3):
  automation: Only build QEMU if Python >= 3.5
  automation: updating container to have python3-config binary
  tools: Default to python3

 automation/build/debian/stretch-i386.dockerfile  | 1 +
 automation/build/debian/stretch.dockerfile       | 1 +
 automation/build/debian/unstable-i386.dockerfile | 1 +
 automation/build/debian/unstable.dockerfile      | 1 +
 automation/build/fedora/29.dockerfile            | 1 +
 automation/build/suse/opensuse-leap.dockerfile   | 1 +
 automation/build/ubuntu/bionic.dockerfile        | 1 +
 automation/build/ubuntu/trusty.dockerfile        | 1 +
 automation/build/ubuntu/xenial.dockerfile        | 1 +
 automation/scripts/build                         | 4 ++--
 tools/configure.ac                               | 2 +-
 11 files changed, 12 insertions(+), 3 deletions(-)

-- 
Anthony PERARD


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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-02-11 11:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-20 11:50 [Xen-devel] [XEN PATCH 0/3] Default to python3 Anthony PERARD
2020-01-20 11:50 ` [Xen-devel] [XEN PATCH 1/3] automation: Only build QEMU if Python >= 3.5 Anthony PERARD
2020-01-25  1:09   ` Doug Goldstein
2020-01-20 11:50 ` [Xen-devel] [XEN PATCH 2/3] automation: updating container to have python3-config binary Anthony PERARD
2020-01-25  1:09   ` Doug Goldstein
2020-01-20 11:50 ` [Xen-devel] [XEN PATCH 3/3] tools: Default to python3 Anthony PERARD
2020-01-27 14:41   ` Wei Liu
2020-01-20 11:52 ` [Xen-devel] [XEN PATCH 0/3] " Anthony PERARD
2020-01-27 12:30   ` Wei Liu
2020-01-27 12:36     ` Anthony PERARD
2020-01-27 14:40       ` Wei Liu
2020-01-27 14:44         ` Wei Liu
2020-02-11 11:19         ` Anthony PERARD
2020-02-11 11:25           ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).