You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2020/08/05 00:59:34 UTC

[GitHub] [storm] liusheng commented on a change in pull request #3316: [STORM-3681] Enable basic ARM64 CI task

liusheng commented on a change in pull request #3316:
URL: https://github.com/apache/storm/pull/3316#discussion_r465411201



##########
File path: .travis.yml
##########
@@ -52,6 +54,7 @@ before_install:
   - export MVN_HOME=$HOME/apache-maven-3.6.3
   - if [ ! -d $MVN_HOME/bin ]; then wget https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz -P $HOME; tar xzvf $HOME/apache-maven-3.6.3-bin.tar.gz -C $HOME; fi
   - export PATH=$MVN_HOME/bin:$PATH
+  - f=$(which javac); while [[ -L $f ]]; do f=$(readlink $f);done; export JAVA_HOME=${f%/bin/*}

Review comment:
       Hi Ethanlm,
   Thanks for your review.
   There is  an existed problem of Travis CI "JAVA_HOME is not exported for arm64 architecture", see:
   https://travis-ci.community/t/java-home-is-not-exported-for-arm64-architecture/6993/3
   in the above issue, there is an workaround mentioned, which is this line of code.




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

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