Message 320764 - Python tracker

Message320764

Author David MacIver
Recipients David MacIver, christian.heimes, ncoghlan, ned.deily
Date 2018-06-30.09:40:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530351618.29.0.56676864532.issue34009@psf.upfronthosting.co.za>
In-reply-to
Content
> According to https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-395471575, setting "dist: xenial" instead (giving Ubuntu 16.04) provides a testing environment with a new enough OpenSSL for 3.7 to work.

No, this doesn't work either. The xenial environment is an experimental feature and doesn't work at all reliably. At the time of this writing setting "dist: xenial" actually puts you into Trusty.

Currently the viable ways of making it work on Travis are to either run a custom docker image (which requires you to opt out of their containerized builds and thus makes everything slower), or to build OpenSSL yourself (and making the latter work correctly is a far from straightforward process).
History
Date User Action Args
2018-06-30 09:40:18David MacIversetrecipients: + David MacIver, ncoghlan, christian.heimes, ned.deily
2018-06-30 09:40:18David MacIversetmessageid: <1530351618.29.0.56676864532.issue34009@psf.upfronthosting.co.za>
2018-06-30 09:40:18David MacIverlinkissue34009 messages
2018-06-30 09:40:18David MacIvercreate