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

Commits on Sep 23, 2022

  1. fix: canonicalize @platforms//cpu:aarch64

    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 committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    144cbed View commit details
    Browse the repository at this point in the history