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

Stop checking disk usage for MacOS ARM with SIP disabled #2434

Merged
merged 2 commits into from
Aug 20, 2024

Commits on Aug 20, 2024

  1. Stop checking disk usage for MacOS ARM with SIP disabled

    On MacOS ARM machines where SIP is disabled, after the build tracer is initialized in the `init` Action, we receive warnings when we run send status reports due to the `df` binary. This change will make it so that we no longer run `df` for those machines.
    angelapwen committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e386df2 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    angelapwen committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d03f810 View commit details
    Browse the repository at this point in the history