dmsuehir commented on code in PR #9368:
URL: https://github.com/apache/incubator-gluten/pull/9368#discussion_r2052953231
##########
docs/developers/HowTo.md:
##########
@@ -54,7 +54,7 @@ ${GLUTEN_HOME}/dev/builddeps-veloxbe.sh --build_tests=ON
--build_benchmarks=ON -
```
cd ${GLUTEN_HOME}
-mvn clean package -Pspark-3.2 -Pbackends-velox -Pceleborn -Puniffle
+mvn clean package -Pspark-3.2 -Pbackends-velox -Pceleborn -Puniffle -DskipTests
mvn test -Pspark-3.2 -Pbackends-velox -Pceleborn -pl backends-velox \
Review Comment:
@PHILO-HE Thank you for the review. I was able to remove `-Pceleborn`, but
if I remove `-Pbackends-velox`, I get the following error:
```
[ERROR] [ERROR] Could not find the selected project in the reactor:
backends-velox @
```
--
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]