Submitter | Boris Feld |
---|---|
Date | July 19, 2017, 9:30 p.m. |
Message ID | <1500499824.2845.8.camel@octobus.net> |
Download | mbox | patch |
Permalink | /patch/22528/ |
State | New, archived |
Headers | show |
Comments
On Wed, 19 Jul 2017 23:30:24 +0200, Boris Feld wrote: > On Wed, 2017-07-19 at 14:04 -0400, Augie Fackler wrote: > > # HG changeset patch > > # User Augie Fackler <augie@google.com> > > # Date 1500486262 14400 > > # Wed Jul 19 13:44:22 2017 -0400 > > # Branch stable > > # Node ID b3453767f02a999701a2bacfe1d093bbea359180 > > # Parent 132d4c069e2dee21bd319d536772589a19dcd5d4 > > contrib: drop Python 2.6 from manylinux1 wheel script > > > > diff --git a/contrib/build-linux-wheels.sh b/contrib/build-linux- > > wheels.sh > > --- a/contrib/build-linux-wheels.sh > > +++ b/contrib/build-linux-wheels.sh > > @@ -3,7 +3,7 @@ > > # https://github.com/pypa/python-manylinux-demo/blob/master/travis/b > > uild-wheels.sh > > set -e -x > > > > -PYTHON_TARGETS=$(ls -d /opt/python/cp2*/bin) > > +PYTHON_TARGETS=$(ls -d /opt/python/cp27*/bin) > > > > # Create an user for the tests > > useradd hgbuilder > > Looks good to me. with these two patches, I've managed to create python > 2.7 manylinux wheels. I've go one test failing for both 32 and 64 bits Queued, thanks.
Patch
--- /io/tests/test-http-bad-server.t +++ /io/tests/test-http-bad-server.t.err @@ -36,6 +36,7 @@ $ hg clone http://localhost:$HGPORT/ clone abort: error: Connection reset by peer (no-windows !) abort: error: An existing connection was forcibly closed by the remote host (windows !) + abort: error: Cannot assign requested address [255]