-
Notifications
You must be signed in to change notification settings - Fork 277
Update ubuntu-jammy.md #2037
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
Update ubuntu-jammy.md #2037
Conversation
Starting with 8.2, the cmake step is required in Ubuntu 22.04 as well (copied from Ubuntu 20.04 instructions)
dwdougherty
left a comment
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.
Thank you, @LiorKogan!
|
@LiorKogan I'm curious why pip is used to install CMake. Any issues with the CMake version shipped with Ubuntu 22.04? It is already listed in the |
|
@collinfunk, I didn't involve the RediSearch team. I simply applied the same cmake upgrade we use with Ubuntu 20.04. Trying to build with This doesn't happen after upgrading cmake. |
|
@LiorKogan Thanks. It looks like the Ubuntu one is too old. The current patch works well then. |
Starting with 8.2, the cmake step is required in Ubuntu 22.04 as well (copied from Ubuntu 20.04 instructions)