-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
problem: sha external file conflict with czmq #3677
Conversation
I still need to install nss as part of the CIs |
3892519
to
170daec
Compare
it seems that building nss on windows is not going to be easy, it requires MozillaBuild... |
It should be fine to keep the dependency optional, and fallback to the external sources on windows - given it's now optional, if people need to static link with czmq they can either figure it out or disable this protocol |
90bc9a1
to
c4b3219
Compare
@bluca done, now you can use nss instead of built-in or disable ws transport completely |
Nice! |
be96eb7
to
f5c9008
Compare
f5c9008
to
2b80661
Compare
Solution: allow to use external library (nss) for sha1 to avoid the conflict
Solution: add an nss build to CI
2b80661
to
2fb9e93
Compare
ready to be merged. |
Solution: use external library for sha1.
Part of this commit is making websocket transport optionable