-
Notifications
You must be signed in to change notification settings - Fork 590
[VL] Remove force cleanup in build_velox.sh #8609
Copy link
Copy link
Closed
Labels
Description
Backend
VL (Velox)
Bug description
- 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 thedeps-installfolder under velox repo whenINSTALL_PREFIXenv var is not set. The command will delete this folder and the followingcompileprocess will fail, reporting many of the libraries are missing.
Spark version
None
Spark configurations
No response
System information
No response
Relevant logs
Reactions are currently unavailable