We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am working on a MacOS arm machine and default make command fails due to hardcoded environment variables in the makefile.
Reproduce:
Run make build in any other operating system other than linux.
make build
The text was updated successfully, but these errors were encountered:
@JyotinderSingh @arpitbbhayani Please review the issue and also the attached PR.
Sorry, something went wrong.
#855: Make DiceDB build work on different architectures (#856)
87f5d83
Co-authored-by: pshubham <pshubham@salesforce.com>
Successfully merging a pull request may close this issue.
I am working on a MacOS arm machine and default make command fails due to hardcoded environment variables in the makefile.
Reproduce:
Run
make build
in any other operating system other than linux.The text was updated successfully, but these errors were encountered: