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

Switch default CPU to use host #1154

Merged
merged 2 commits into from
Nov 29, 2021
Merged

Commits on Nov 17, 2021

  1. Switch default macOS CPU to use host

    When building on an Apple Silicon machine, this CPU would still have
    been for x86_64, when you are building a macOS target explicitly, you
    can pass `--macos_cpus` (although that can also be inconvenient), but
    when the binary is a host binary there wasn't a way to override that.
    keith committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    4dda4fc View commit details
    Browse the repository at this point in the history
  2. Prefer target cpu

    keith committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    5d48ea3 View commit details
    Browse the repository at this point in the history