bpo-32549: Compile OpenSSL 1.1.0 on Travis CI#5180
Conversation
31cac11 to
0857d9c
Compare
January 14, 2018 10:42
1a2dc69 to
88ae122
Compare
January 14, 2018 10:51
Use an improved version of multissl test helper to compile a local copy of OpenSSL 1.1.0g. Signed-off-by: Christian Heimes <christian@python.org>
|
This PR is a prerequisite for several of my ssl improvements. Do you agree with my approach? I'm going to remove the hak ss soon as Travis has OpenSSL 1.0.2+ in a base image. Also see travis-ci/travis-ci#9069 |
Sorry, something went wrong.
brettcannon
left a comment
There was a problem hiding this comment.
LGTM; whatever works to unblock you is basically fine by me. 😄
Sorry, something went wrong.
|
@brettcannon thanks! I'm also changing travis CI settings from monthly to daily cron job on master. This will populate the cache tonight. Further runs should reuse pre-cached openssl builds. |
Sorry, something went wrong.
|
s/change/add/g We didn't have cronjob runs at all. I misunderstood the UI. |
Sorry, something went wrong.
Use an improved version of multissl test helper to compile a local copy
of OpenSSL 1.1.0g.
Signed-off-by: Christian Heimes christian@python.org
https://bugs.python.org/issue32549