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

[GitHub] Fix slow sccache install on macOS by upgrading macOS version #77165

Merged
merged 2 commits into from Jan 6, 2024

Commits on Jan 6, 2024

  1. [GitHub] Fix slow sccache install on macOS by upgrading macOS version

    The "Setup ccache" step on macOS-11 builds takes between 15 to 20 mins,
    whereas this step takes a less than 10 seconds on other runners.
    The bulk of this time is spent at the "Install sccache" step, where brew
    emits warnings like "Warning: You are using macOS 11." and
    "We (and Apple) do not provide support for this old version...".
    
    Bumping the version of macOS greatly decreases this cache setup time to
    about 20 seconds. Furthermore, it seems like it is speeding up general
    build times, too.
    
    It appears that actions/runner-images#5900
    has been resolved, so I do not believe we need to lock macOS to 11 anymore.
    linux4life798 committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    ef5945f View commit details
    Browse the repository at this point in the history
  2. [GitHub] Remove pkg-config workaround for macOS-10.5

    Remove the workaround for
    actions/runner-images#5900, which seems to
    be resolved.
    linux4life798 committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    a00da51 View commit details
    Browse the repository at this point in the history