Fixes for OSX deploy issues#275
Conversation
|
The homebrew change is to make the Travis build work again, as without that for some reason |
I think that'll actually mean we don't need the workaround anymore actually, as we're not upgrading openssl anymore. |
|
Thanks for your contribution. The I have two questions though:
I have no idea on how to fix these two issues. I would try to put |
Probably because of the "branch only master" filtering I've now removed.
Looks like this was due to the lack of the |
Turns out once you lock it back down to 10.12, it's needed! Will keep prodding away at this and @ you once I've got a proper fix. |
|
@albertosottile Right, I've managed to get it building properly again, and while using specific locked down URLs to Homebrew installs so we a) don't need an explicit upgrade b) have lower odds of breaking in the future when Homebrew updates things again... |
|
This is great, thanks for going through the hassle of finding the URLs for the right homebrew formulas. Thank you for your contribution. |
Annoyingly, it turns out that the original fix is no longer needed (and was fiddly to test on non-master, so I hadn't checked before). #279 I think resets this and should now correct the problem... |
Deploys appear to be failing due to an issue with Travis installing it's dpl gem. Others (https://travis-ci.community/t/ruby-openssl-python-deployment-fails-on-osx-image/6753) have had the same problem, and this is a workaround from there that should probably work but is hard to check until it's on master.