-
Notifications
You must be signed in to change notification settings - Fork 6.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
[librdkafka] Add new port #5921
Conversation
I see failures on Linux and UWP. Are those expected? |
@Rastaban I haven't tested it yet. :-) |
Known issues:
|
Update the latest test results from the current CI system:
Please help confirm if they are expected. Thanks. |
This seems a bug in the upstream repo: confluentinc/librdkafka#2274 |
It's fixed |
I will give those features a test as soon as possible. |
OK. I have tested all features with this little project https://github.com/myd7349/Ongoing-Study/tree/master/cpp/CMake/vcpkg/librdkafka_pr_2274. These triplets are tested:
I have removed the |
I have gave |
Yes, go without UWP. |
@myd7349, thanks for your all efforts on this port. The port only failed on arm64-windows now except for x64-uwp and arm-uwp. Have you tested on arm64-windows? |
Hi @NancyLi1013 I don't have ARM toolchain installed on my PC, so I am not able to fix it currently. |
Hi @myd7349, can you use this patch to solve the problem of building errors under ARM/ARM64? Thanks. |
Hi @JackBoosY Thanks! |
Hi! @JackBoosY I am not sure whether it will work out by defining |
Hi! Can anyone tell me whether the ARM patch work or not? If it works, maybe I can create a PR in the upstream. |
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.
When using the patch, we do not need to write the path, but we must use the file name + suffix.
Hi! @JackBoosY I have fixed the patch filename. Does it work for ARM/ARM64 now? Thanks! |
It seems that this port does not support uwp. |
@JackBoosY Thanks! |
/azp run |
/azp run |
[librdkafka] Use vcpkg_check_features [librdkafka] Remove default feature
Thanks for the new port, @myd7349! |
#5920