Skip to content
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

Add the option to build Redis with modules #13524

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

YaacovHazan
Copy link
Collaborator

A new BUILD_WITH_MODULES flag was added to the Makefile to control
building the module directory.

The new module directory includes a general Makefile that iterates
over each module, fetch a specific version, and build it.


include ../common.mk

get_source: $(BOOST_DIR)/.downloaded
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leftover boost code.

modules/Makefile Outdated
@@ -0,0 +1,72 @@

SUBDIRS = rejson redistimeseries redisbloom redisearch
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong folder name for ReJSON

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest replacing the name of the directory to rejson instead of changing it here to redisjson

A new BUILD_WITH_MODULES flag was added to the Makefile to control
building the module directory.

The new module directory includes a general Makefile that iterates
over each module, fetch a specific version, and build it.
@moticless moticless self-requested a review September 9, 2024 12:29
Copy link
Collaborator

@moticless moticless left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving on behalf @adamiBs

@YaacovHazan YaacovHazan merged commit bf802b0 into redis:unstable Sep 9, 2024
14 checks passed
@YaacovHazan YaacovHazan deleted the add-modules-build branch September 9, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants