-
Notifications
You must be signed in to change notification settings - Fork 601
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
Can't build on Ubuntu 22.04 (Jammy) #4298
Comments
@umanwizard did you try to update cppkafka in oss.cmake hash to see if the latest has the catch 22 fixes. Also not sure if cppkafka can disable tests and not pull that dependency |
cppkafka's latest origin/master suffers from the same issue, which I have now filed upstream: mfontanini/cppkafka#294 . Will try disabling tests. |
cppmake build succeeds with this change:
However, now I am hitting issues building in v8; will file a separate issue. |
We disabled the v8 build temporarily internally. @VadimPlh did we do this for the open-source build? |
No, I did not switch off v8 in public build. |
@VadimPlh we should also disable the tests of cppkafka |
and take the patch from @umanwizard 's suggestion on updating the latest hash. |
Open source build is much better now, and we don't have the catch2 dependency. Let us know if you face additional challenges. |
build.sh fails due to this issue: catchorg/Catch2#2178
(Catch2 is depended on by cppkafka within redpanda)
JIRA Link: CORE-888
The text was updated successfully, but these errors were encountered: