0xderek opened a new issue, #45750:
URL: https://github.com/apache/doris/issues/45750

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### 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:
   1. `nproc` is not available on macOS
   2. lowercase parameter expansion `${VAR,,}` does not work with default 
version of bash on macOS
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to