Donvi commented on code in PR #5449:
URL: https://github.com/apache/incubator-gluten/pull/5449#discussion_r1571995391
##########
dev/builddeps-veloxbe.sh:
##########
@@ -189,7 +189,7 @@ function build_velox {
function build_gluten_cpp {
echo "Start to Gluten CPP"
cd $GLUTEN_DIR/cpp
- rm -rf build
+ sudo rm -rf build
mkdir build
cd build
Review Comment:
Thanks for reminding, fixed. But this is only for removing, so this should
not influence the build result.
--
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]