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

[Chore] Brew bottles hotfixes for v17.2 #683

Merged
merged 2 commits into from
Jul 20, 2023

Commits on Jul 20, 2023

  1. [Chore] Use service instead of plist in brew formulae

    Problem: The 'plist' block and related methods have been
    deprecated in brew and our formulae are no longer accepted by brew.
    
    Solution: update formulae to use the new 'service' block instead.
    pasqu4le committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f1d5813 View commit details
    Browse the repository at this point in the history
  2. [Chore] Disable arm64 bottle builds for BigSur

    Problem: we have pipeline steps to build bottles for BigSur arm64,
    but these fail to build in the latest release for platform-related
    reasons.
    
    Solution: temporarily disable these builds until a fix is available.
    pasqu4le committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c636b39 View commit details
    Browse the repository at this point in the history