You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/02/21 07:47:42 UTC

[GitHub] [incubator-kyuubi] martin-g commented on a change in pull request #1918: Build and test on Linux ARM64

martin-g commented on a change in pull request #1918:
URL: https://github.com/apache/incubator-kyuubi/pull/1918#discussion_r810850256



##########
File path: .travis.yml
##########
@@ -37,7 +47,9 @@ install:
   - ./build/mvn --version
 
 script:
-  - ./build/mvn clean install -Dmaven.javadoc.skip=true -V
+  - export MVN_ARGS="-Dmaven.javadoc.skip=true -V -B -ntp -Dorg.slf4j.simpleLogger.defaultLogLevel=warn"
+  - ./build/mvn clean install -DskipTests $MVN_ARGS
+# - ./build/mvn test $MVN_ARGS

Review comment:
       +1 from me on this suggestion!




-- 
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: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org