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

Use configuration flags for //src/conditions:darwin_arm64 #12653

Commits on Dec 7, 2020

  1. Use configuration flags for //src/conditions:darwin_arm64

    Partially reverts 6d637f4, to allow
    cross-compiling Bazel from darwin_x86_64 to darwin_arm64 with
    the `--cpu=darwin_arm64` flag.
    
    The only source that is different between darwin_x86_64 and darwin_arm64
    now is the embedded JDK.
    thii committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    a01142c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4561d6e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    3daa32a View commit details
    Browse the repository at this point in the history