commit | 111c541c468bd896b0069c6459f887cd5afc5d23 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Sun Jan 20 20:19:31 2019 +0100 |
committer | Petr Lautrbach <plautrba@redhat.com> | Mon Jan 21 12:13:41 2019 +0100 |
tree | ccdec4571bf4c481b412c54a6112bf75b25a4098 | |
parent | de5d5ede603bfad6f12fcd8fe623c8294767ff1c [diff] |
Travis-CI: upgrade PyPy to 6.0 PyPy 6.0 was released in April 2018 but became available on Travis-CI only recently. Now that it is available, use it. While at it, compile Python modules with libpypy-c.so, now that PyPy provides this library. This would enable linking Python modules with -Wl,-no-undefined (or -Wl,-z,defs) and help fixing issues with https://github.com/SELinuxProject/selinux/pull/130. Tracking issues: * https://github.com/travis-ci/travis-ci/issues/9542 * https://travis-ci.community/t/pypy-2-7-on-xenial/889 Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>