[Python-buildbots] Linux buildbots with the vm_socket.h kernel header?

2017-07-02 Thread Nick Coghlan
Hi folks, https://bugs.python.org/issue27584 is an RFE to add AF_VSOCK support to the socket module at least when the appropriate Linux system headers are available. https://github.com/python/cpython/pull/2489 aims to implement that RFE, but the config check is failing in pre-merge CI - the requi

Re: [Python-buildbots] Linux buildbots with the vm_socket.h kernel header?

2017-07-02 Thread Chris Angelico
On Sun, Jul 2, 2017 at 11:14 PM, Nick Coghlan wrote: > So my question is: are any of our current buildbots running > sufficiently recent Linux distros that they actually have this header? Root AMD64 "Bruce" doesn't currently (Debian Jessie), but the latest stable of Debian (Stretch) should includ

Re: [Python-buildbots] Linux buildbots with the vm_socket.h kernel header?

2017-07-02 Thread Matt Billenstein
I have an Ubuntu 16.04 box I could run a builder on. m On Sun, Jul 02, 2017 at 11:14:48PM +1000, Nick Coghlan wrote: > Hi folks, > > https://bugs.python.org/issue27584 is an RFE to add AF_VSOCK support > to the socket module at least when the appropriate Linux system > headers are available. >