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

Build hiredis only for 'make test' rule #56

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

moticless
Copy link
Collaborator

@moticless moticless commented Sep 9, 2024

This PR introduces a Makefile rule that ensures the hiredis dependency
is present before the build process. Specifically, it checks for the existence
of ./deps/hiredis/hiredis.h and, if missing, automatically initializes and
updates the hiredis submodule by running the command:

git submodule update --init deps/hiredis

@moticless moticless force-pushed the refine-makefile branch 2 times, most recently from 9915396 to 59c5de9 Compare September 9, 2024 12:57
@moticless moticless merged commit 2fdfc0c into redis:main Sep 10, 2024
2 checks passed
@moticless moticless deleted the refine-makefile branch September 10, 2024 14:42
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.

2 participants