Skip to content
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

[ci] Build wheels for ARM64 linux architecture #31494

Closed
wants to merge 4 commits into from

Conversation

krfricke
Copy link
Contributor

@krfricke krfricke commented Jan 6, 2023

Why are these changes needed?

We currently only build linux wheels for x86_64. This means that users e.g. on Mac M1 machines can't run Ray in docker, as this would require linux/aarch64 (arm64) architecture wheels.

This PR updates our CI to:

  • Install bazel for arm64 architecture
  • Build and upload wheels for arm64 architecture

Related issue number

Closes #13780
Closes #21786
Closes #28103

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Kai Fricke added 4 commits January 6, 2023 11:00
Signed-off-by: Kai Fricke <[email protected]>
Signed-off-by: Kai Fricke <[email protected]>
Signed-off-by: Kai Fricke <[email protected]>
@krfricke
Copy link
Contributor Author

krfricke commented Jan 7, 2023

Replaced by #31522

@krfricke krfricke closed this Jan 7, 2023
@krfricke krfricke deleted the ci/linux-aarm64 branch January 7, 2023 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant