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 04:32:19 UTC

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

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



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

Review comment:
       How about test compile on ARM64 first? Then we can enable test moudle by moudle after fixing?
   ```suggestion
     - 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
   ```




-- 
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