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

fix: Do not load RediSearch on non x86_64 Fedoras #64

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

kurik
Copy link
Contributor

@kurik kurik commented Jun 20, 2024

Non x86_64 builds of Redis do not support the RediSearch extension on Fedora distro. As such, use of the redis sub-role fails on non x86_64 architectures as the RediSearch is enforced on all architectures supported by Fedora.

This fix allows use of the RediSearch extension on Fedora distro, only when run on x86_64 architecture.

@richm can you please review this pull request ? There might be a better way how to achieve the required outcome and you are more experienced.

@richm
Copy link
Contributor

richm commented Jun 20, 2024

Non x86_64 builds of Redis do not support the RediSearch extension on Fedora distro. As such, use of the redis sub-role fails on non x86_64 architectures as the RediSearch is enforced on all architectures supported by Fedora.

This fix allows use of the RediSearch extension on Fedora distro, only when run on x86_64 architecture.

@richm can you please review this pull request ? There might be a better way how to achieve the required outcome and you are more experienced.

lgtm - this looks like a good way to do it

@kurik kurik merged commit c835b19 into performancecopilot:main Jun 20, 2024
5 checks passed
@kurik kurik deleted the RediSearch branch June 20, 2024 14:01
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