marin-ma opened a new issue, #8609: URL: https://github.com/apache/incubator-gluten/issues/8609
### Backend VL (Velox) ### Bug description https://github.com/apache/incubator-gluten/blob/291ff35722430ebcab98f957a3daa0b787d111d6/ep/build-velox/src/build_velox.sh#L184-L185 - It may accidentally delete any uncommitted modifications in velox_ep - It will cause the build on MacOS to be failed by default. The build on MacOS doesn't install the thirdparty libraries like boost, re2 into the system folder such as `/usr`, instead, it installs the dependencies into the `deps-install` folder under velox repo when `INSTALL_PREFIX` env var is not set. The command will delete this folder and the following `compile` process will fail, reporting many of the libraries are missing. ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs ```bash ``` -- 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]
