You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/06/17 09:33:35 UTC

[GitHub] [activemq-artemis] emiliofernandes commented on a change in pull request #3180: ARTEMIS-2705 Test Artemis on aarch64 CPU architecture

emiliofernandes commented on a change in pull request #3180:
URL: https://github.com/apache/activemq-artemis/pull/3180#discussion_r441413956



##########
File path: .travis.yml
##########
@@ -12,9 +15,9 @@ before_install:
 # By setting anything to org.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED we are disabling libaio loading on the testsuite
 script: 
 - set -e
-- mvn -Dorg.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED=AnythingNotNull -Pfast-tests -Pextra-tests -Ptests-CI -B install -q
+- ./mvnw -Dorg.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED=AnythingNotNull -Dnetty-transport-native-epoll-classifier=linux-`uname -m` -Pfast-tests -Pextra-tests -Ptests-CI -B install -q

Review comment:
       There is no `mvn` pre-installed on the ARM64 VMs at TravisCI.




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