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

repositories: pinning platforms to latest version #207

Closed
wants to merge 1 commit into from

Commits on Sep 5, 2022

  1. repositories: pinning platforms to latest version

    In Bazel versions from 5.1.0 and older, there was a change [1] which
    prevents copybara from compiling on Apple Silicon by default.
    
    The solution recommended in [2] was to pin `platforms` repository to a
    newer version where the constraints value for CPP toolchain could be
    correctly resolved.
    
    Without this change, we would need to use Bazel 5.0.0 or older to
    compile copybara successfully on Apple Silicon.
    
    [1]: bazelbuild/bazel#14844
    [2]: bazelbuild/bazel#15175
    sluongng committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    689299c View commit details
    Browse the repository at this point in the history