-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore(deps): Reenable sasl #3081
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
Conversation
Signed-off-by: Ana Hobden <[email protected]>
Let's merge this for #2961 |
Vendored build works on Windows?
|
Ah! I think I need to split up the vendor flags a bit better. :) Let's see... |
Signed-off-by: Ana Hobden <[email protected]>
Signed-off-by: Ana Hobden <[email protected]>
Signed-off-by: Ana Hobden <[email protected]>
Need to disable sasl on MSVC for now. |
This looks good! |
So idea disable sasl for windows and enable for everything rest? Should |
I think that's the easiest solution for now, yeah. :( |
Signed-off-by: Ana Hobden <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need green CI.
Do we link sasl staticly now? |
Yes, |
* chore(deps): Reenable sasl Signed-off-by: Ana Hobden <[email protected]> * Fiddle with features Signed-off-by: Ana Hobden <[email protected]> * Generate Signed-off-by: Ana Hobden <[email protected]> * Add sasl to ubuntu ci Signed-off-by: Ana Hobden <[email protected]> * Write docs for windows sasl Signed-off-by: Ana Hobden <[email protected]> Signed-off-by: Brian Menges <[email protected]>
Is this still an open issue somehow? Trying to authenticate with sasl.mechanism = "SCRAM-SHA-256" gives me the following error:
Running on 0.20.0-alpine |
Hi @smlgbl !
I can't remember why we don't enable it on MUSL builds though. I'll try to enable it and see what the build failure is. |
Pushing up to see what the build failures are if any, prompted by #3081 (comment) Signed-off-by: Jesse Szwedko <[email protected]>
It's true. It's working with the -debian build... |
Closes #3080 :)