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

Fix macos-12 CI runner not being able to build gettext #1498

Merged
merged 1 commit into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. Fix macos-12 CI runner not being able to build gettext

    When building gettext, Homebrew tries to upgrade all dependencies, and
    Python is somehow a downstream dependency and it fails link in certain
    binaries like 2to3 which GitHub's CI environment already installed
    separately. This is a messy situation in general, but to fix it, just
    set `HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` so Homebrew doesn't go
    helpfully upgrade our dependencies when all we want is to build the
    package itself. For the most part it should not cause any issues.
    ychin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    67271bf View commit details
    Browse the repository at this point in the history