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

Enable CI builds for aarch64-macos #3137

Merged
merged 4 commits into from
Aug 2, 2022

Commits on Jul 21, 2022

  1. chore(ci): build binary for aarch64-macos

    The tests are conditionally disabled for this target because the x86_64 CI
    host is unable to run AArch64 binaries. (There is no officially-supported
    reverse Rosetta 2.)
    yvt committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b62db50 View commit details
    Browse the repository at this point in the history
  2. fix(loader): pass cc::Tool::args()

    Certain targets, such as `aarch64-apple-*`, require additional compiler
    flags to cross-compile for the intended target.
    yvt committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    5cd4d85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc1c7da View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. chore(ci): match *-macos by checking suffix

    Simplifies a conditional expression in the CI workflow configuration.
    
    Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
    yvt and the-mikedavis authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    bc5689c View commit details
    Browse the repository at this point in the history