Closed SapientGuardian closed 8 years ago
Not quite. Having trouble getting the latest sdk on Travis.
Ahh right, looks like progress now though?
Failing on trying to get System.Security.Cryptography.Native now
I think we might need to trigger a brew install openssl
on the osx build, per https://github.com/dotnet/coreclr/issues/1502. Not sure how we've escaped the problem thus far.
That's interesting have you tried building on linux your self if not I can now?
The linux build is fine, it's the osx build that has the problem. I don't have a mac to test with.
Ahh that explains things! luckily I do so I'll give it a shot and see what I get, well sorta.
Reproduced all steps got the exact same error, did brew install openssl
still failed.
I will try downloading the offical mac package now
Okay we need to do
brew update
brew install openssl
brew link --force openssl
if you don't do the last link command it will still fail.
Now builds for me, still don't understand how we escaped it until now, unless they changed something
Looks good :D