-
Notifications
You must be signed in to change notification settings - Fork 478
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
merge master back to dev #237
Conversation
@fireice-uk You you please enable in the back end that it is not allowed to merge a pull request if the CI is not finished and all tests passed. |
Something is wrong with the windows CI build . The error is equal to #235
|
I really don't like when a "computer says no" - any rationale for enabling it? I can see that being a problem for a large team but here it is just us - surely we both know when something is a merge-preventing issue (like #220) and when it something is not. Just in case you need more evidence for this being an external issue, the commit that first showed this symptom is 6ae5e35 which didn't touch the source code (in fact it didn't change at all since the last successful build) |
Let me know if you think this pr is ok to merge. |
The reason for this is that we now have a release where we know that something is wrong with the windows build. We need now to fix the issue because user got the same error than the CI is showing. After we applied a fix the release is broken (the windows build) up to the next release, this can be avoided if only PR those passed the CI can be merged. |
I will rebase this PR after #238 is merged, this give us time to merge all other PRs while I am searchin for the reason (maybe a now OpenSSL binary/ or we compile it by hand) |
Yes, I made that call because I know that the issue is external to the code in the repo. The root problem is relying on code downloaded from a 3rd party. Look at it this way - if next time one of the links 404s then we need to stop all work until we find a replacement. |
Yes, but we can disable it very fast^^. |
@psychocrypt It isn't. As I said in the issue, libc incompatibility errors are the reason why I usually compile the whole dependency stack from source on Windows. I still don't see a reason to place restrictions on our better judgement - would you say the decision to keep the release on track was wrong here? If so why? |
19d84e0
to
5695fcb
Compare
@fireice-uk Could you please merge this to avoid conflicts with #240 |
This PR also update the version number with the postfix
dev