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

CI: Force-remove pkg-config on macOS runners and install pkgconf #269

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PatTheMav
Copy link
Member

Description

Fix CI failures due to pre-installed pkg-config Homebrew formula blocking installation of pkgconf, which is aliased to pkg-config since an update to Homebrew which was released after the new macOS runner images were created.

Motivation and Context

Homebrew has effectively deprecated the pkg-config formula and instead aliased pkgconf to that name.

Installing pkg-config via the Brewfile thus leads to Homebrew attempting to install pkgconf instead, which will fail because the (older) pkg-config formula is installed by default on macOS runners.

How Has This Been Tested?

Needs to be tested on CI.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

@PatTheMav PatTheMav force-pushed the fix-pkg-config-macos branch 3 times, most recently from b1a4fb4 to 87bee55 Compare November 21, 2024 16:38
Homebrew has effectively deprecated the pkg-config formula and instead
aliased pkgconf to that name.

Installing pkg-config via the Brewfile thus leads to Homebrew
attempting to install pkgconf instead, which will fail because the
(older) pkg-config formula is installed by default on macOS runners.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant