-
Notifications
You must be signed in to change notification settings - Fork 14
Staged builds #40
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
Staged builds #40
Conversation
This reverts commit 36d11f6.
v4.x branch is not out yet, and meant for supporting newer OS versions. Could you port this to v3.x as well? That way we can use it for any fixes or updates to that branch while #27 is still in progress. |
I just realized that v4.x hasn't diverged from v3.x yet, so I'll just retarget. Oddly enough though the build is failing due to a file no longer matching the hash it was previously. |
When I download the openssl file and compare the sha256sum it matches, so something is for sure happening here. |
@Eeems It fails because curl doesn't follow redirects by default. adding -L fixes the problem. |
No description provided.