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
Doris master branch tested on Mac mini M4 (macOS Sequoia 15.2)
Call build.sh causes errors. Third-party libraries and Doris itself did not build.
The script should build third-party libraries and Doris without error.
Run bash build.sh on macOS.
The error was caused by two issues:
nproc
${VAR,,}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Search before asking
Version
Doris master branch tested on Mac mini M4 (macOS Sequoia 15.2)
What's Wrong?
Call build.sh causes errors. Third-party libraries and Doris itself did not build.
What You Expected?
The script should build third-party libraries and Doris without error.
How to Reproduce?
Run bash build.sh on macOS.
Anything Else?
The error was caused by two issues:
nproc
is not available on macOS${VAR,,}
does not work with default version of bash on macOSAre you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: