GH-44797: [CI] Update pkg-config to pkgconf on Homebrew#44798
GH-44797: [CI] Update pkg-config to pkgconf on Homebrew#44798kou merged 9 commits intoapache:mainfrom
Conversation
|
|
|
weird, the C++ job passes now but the Python one still fails (and the |
|
@kou any idea? |
|
@raulcd ruby uses |
|
For python I think it's because |
|
I'll improve the pkg-config gem. |
|
Hmm. Meson still uses only |
|
After merging your PR, Conbench analyzed the 2 benchmarking runs that have been run so far on merge-commit 27bbd59. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
See apache/arrow#44798 Fixing the CI for macOS by switching to pkgconf from deprecated pkg-config for Homebrew
Rationale for this change
Some CI jobs are currently failing on main:
What changes are included in this PR?
Update from deprecated
pkg-configtopkgconfAre these changes tested?
Via CI
Are there any user-facing changes?
No