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

fix: canonicalize @platforms//cpu:aarch64 #3555

Merged
merged 1 commit into from
Sep 27, 2022
Merged

fix: canonicalize @platforms//cpu:aarch64 #3555

merged 1 commit into from
Sep 27, 2022

Conversation

alexeagle
Copy link
Collaborator

This is defined as an alias to :arm64:
https://github.com/bazelbuild/platforms/blob/212a486d66569b29c95b00364e2584e80fd08614/cpu/BUILD#L16-L20 but toolchain resolution doesn't understand the two to be equivalent.

Fixes aspect-build/rules_js#469

This is defined as an alias to :arm64:
https://github.com/bazelbuild/platforms/blob/212a486d66569b29c95b00364e2584e80fd08614/cpu/BUILD#L16-L20
but toolchain resolution doesn't understand the two to be equivalent.

Fixes aspect-build/rules_js#469
@alexeagle
Copy link
Collaborator Author

Verified downstream in rules_js: aspect-build/rules_js#479

@alexeagle alexeagle merged commit b341421 into stable Sep 27, 2022
@alexeagle alexeagle deleted the aarch64 branch September 27, 2022 00:39
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.

Incompatible toolchain on M1
2 participants