You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/08 09:02:36 UTC

[GitHub] [arrow] pitrou opened a new pull request #10478: ARROW-12991: [CI] Migrate Travis-CI ARM job to "arm64-graviton2" arch

pitrou opened a new pull request #10478:
URL: https://github.com/apache/arrow/pull/10478


   


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



[GitHub] [arrow] github-actions[bot] commented on pull request #10478: ARROW-12991: [CI] Migrate Travis-CI ARM job to "arm64-graviton2" arch

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10478:
URL: https://github.com/apache/arrow/pull/10478#issuecomment-856598661


   https://issues.apache.org/jira/browse/ARROW-12991


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



[GitHub] [arrow] kszucs edited a comment on pull request #10478: ARROW-12991: [CI] Migrate Travis-CI ARM job to "arm64-graviton2" arch

Posted by GitBox <gi...@apache.org>.
kszucs edited a comment on pull request #10478:
URL: https://github.com/apache/arrow/pull/10478#issuecomment-856910928


   @pitrou If I recall correctly I managed to resolve that once with the manylinux wheels. I suggest you to use the exact same travis config as we have in the [manylinux task](https://github.com/apache/arrow/blob/master/dev/tasks/python-wheels/travis.linux.arm64.yml#L20-L31), otherwise you may get x86 machine spawned.


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



[GitHub] [arrow] kou closed pull request #10478: ARROW-12991: [CI] Migrate Travis-CI ARM job to "arm64-graviton2" arch

Posted by GitBox <gi...@apache.org>.
kou closed pull request #10478:
URL: https://github.com/apache/arrow/pull/10478


   


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



[GitHub] [arrow] pitrou commented on pull request #10478: ARROW-12991: [CI] Migrate Travis-CI ARM job to "arm64-graviton2" arch

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #10478:
URL: https://github.com/apache/arrow/pull/10478#issuecomment-856597610


   On my fork, it seems a x86-64 machine was spawned: https://travis-ci.com/github/pitrou/arrow/jobs/511972664


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



[GitHub] [arrow] kou commented on pull request #10478: ARROW-12991: [CI] Migrate Travis-CI ARM job to "arm64-graviton2" arch

Posted by GitBox <gi...@apache.org>.
kou commented on pull request #10478:
URL: https://github.com/apache/arrow/pull/10478#issuecomment-857286536


   `virt` is also required.
   
   https://docs.travis-ci.com/user/multi-cpu-architectures/#testing-on-multiple-cpu-architectures
   
   > The arm64-graviton2 architecture builds can be run on both LXD and regular ‘full VM’ environments. You need to explicitely set the target environment by using virt key. A virt: vm routes build jobs to a full virtual machine setup while virt: lxd routes build jobs to an LXD container setup.


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



[GitHub] [arrow] pitrou commented on pull request #10478: ARROW-12991: [CI] Migrate Travis-CI ARM job to "arm64-graviton2" arch

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #10478:
URL: https://github.com/apache/arrow/pull/10478#issuecomment-856597857


   @kou 


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



[GitHub] [arrow] pitrou commented on pull request #10478: ARROW-12991: [CI] Migrate Travis-CI ARM job to "arm64-graviton2" arch

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #10478:
URL: https://github.com/apache/arrow/pull/10478#issuecomment-856736450


   @jorisvandenbossche Do you know what the right way to solve the `No module named 'setuptools'` error is?


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



[GitHub] [arrow] kou commented on pull request #10478: ARROW-12991: [CI] Migrate Travis-CI ARM job to "arm64-graviton2" arch

Posted by GitBox <gi...@apache.org>.
kou commented on pull request #10478:
URL: https://github.com/apache/arrow/pull/10478#issuecomment-857086677


   I forgot that we need to `group: edge` for `arm64-graviton2`.
   
   https://docs.travis-ci.com/user/multi-cpu-architectures/#example-multi-architecture-build-matrix
   
   > Note that group: edge is required for arm64-graviton2 architectures.
   


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



[GitHub] [arrow] kszucs commented on pull request #10478: ARROW-12991: [CI] Migrate Travis-CI ARM job to "arm64-graviton2" arch

Posted by GitBox <gi...@apache.org>.
kszucs commented on pull request #10478:
URL: https://github.com/apache/arrow/pull/10478#issuecomment-856910928


   @pitrou If I recall correctly I managed to resolve that once with the manylinux wheels. I suggest you to use the exact same travis config as we have in the [manylinux task](https://github.com/apache/arrow/blob/master/dev/tasks/python-wheels/travis.linux.arm64.yml#L20-L31).


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