-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM runners (faster than cross compilation qemu) #1539
base: main
Are you sure you want to change the base?
Conversation
arch: aarch64 | ||
- os: ubuntu-22.04-arm | ||
arch: x86_64 | ||
runs-on: ${{ matrix.os }} # One day, we could run them on native agents. Azure supports this now but it's planned only for Q3 2023 for hosted agents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably remove this comment here now :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mmm it is in matrix, so I think that it does all possibilities
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
@matthewdouglas i downgrade to 22.04 for glibc. Also affects to cuda builds (I tested on jetson) |
This pull request includes updates to the
.github/workflows/python-package.yml
file to expand the testing matrix and update a GitHub action version. The most important changes include adding a new operating system to the matrix and updating the version of thesoftprops/action-gh-release
action.Updates to testing matrix:
ubuntu-22.04-arm
to theos
matrix for various jobs, expanding the range of environments tested. [1] [2] [3]ubuntu-22.04-arm
environment. [1] [2] [3]GitHub action update:
softprops/action-gh-release
from versionv2.0.8
tov2.2.1
to ensure compatibility and access to new features.cc @matthewdouglas