You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
The tag needed to run builds on a travis-ci graviton2 system is:
- os: linux
arch: arm64-graviton2
dist: local
virt: lxd
group: edge
Graviton2 support is in very early stages, there are limitations and everything runs in an lxd container. This is in early adoption as of now.
I've been able to use that to build aarch64 wheels. However, I do run into the travis-ci 50 minute timeout issue when running the pytest, even with 'test_mode=fast'. On the occasion where all the tests are done, I run into two failures.
test_infeasible_bounds_2: Checking to see if there is an issue with the way infinity is represented in aarch64 vs x86