-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build script may not work out of the box because of the Github crypto policy changes #39
Comments
It's something that's affecting more than just SAFE projects - basically any project that uses Paket is potentially affected by this. I'm not sure what the best solution for it is currently, but once the bootstrapper in the individual repositories have been replaced with the "new" bootstrapper, things will once again work. |
I have created a pull request to add a temp note to the README, just in case somebody else in the world gets suddenly interested in SAFE stack during this weekend. Not that important for me now, I got my SAFE up & running :) |
I have created pull request with updated paket version which should fix this problem |
@landy You have definitely done a better job :) |
Should be now working with 0.8.3 |
Git has just changed something in their cryptographic standards policy. Because of that Paket may not automatically download. Consequently, the whole build.sh/build.cmd will fail right in the beginning (this was my case).
The simple workaround fixed the whole thing. Nevertheless I believe some of the SAFE investigators can get repelled not seeing stuff automagically running.
I propose some note about this in the docs until the issue there is resolved in some proper way.
The text was updated successfully, but these errors were encountered: