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

feat(bzlmod): support multi-platform wheel hubs [WIP] #1837

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

aignas
Copy link
Collaborator

@aignas aignas commented Apr 8, 2024

With this change we add support for platform-specific wheel registration and
doing the selection of which wheel is used at build time. This supports:

  • Different package versions for different platforms.
  • Different requirements files per (os, arch) tuples.
  • Uses os, arch specific dependency closures (leveraging the
    experimental_target_platforms).
  • Use string_flags to configure how to build things (no transition support for now).

@aignas
Copy link
Collaborator Author

aignas commented Apr 14, 2024

I think I've identified at least multiple changes that can be separate PRs:

@aignas
Copy link
Collaborator Author

aignas commented May 18, 2024

This now needs to be reimplemented/rebased on #1875 and #1885.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant