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: avoid fedora's pkgconf which is slow #7061

Merged
merged 1 commit into from
Jul 26, 2021
Merged

Commits on Jul 26, 2021

  1. ci: avoid fedora's pkgconf which is slow

    Fixes: googleapis#7052
    
    This avoids Fedora's `pkgconf` (a drop-in replacement for `pkg-config`)
    because it's too slow when dealing with `.pc` files with lots of
    `Requires:` deps, which we have with Abseil. Instead, we use the normal
    `pkg-config` binary, which seems to work better.
    
    After this PR, we should be able to upgrade to gRPC 1.39.0 (`git revert
    ba41d5a`)
    devjgm committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    e525827 View commit details
    Browse the repository at this point in the history