Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 13e3202

Browse filesBrowse files
Backport PR #29163: ci: Remove outdated pkg-config package on macOS (#29164)
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 686c8da commit 13e3202
Copy full SHA for 13e3202

File tree

2 files changed

+4
-0
lines changed
Filter options

2 files changed

+4
-0
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ jobs:
199199
brew unlink ${python_package}
200200
brew link --overwrite ${python_package}
201201
done
202+
# Workaround for https://github.com/actions/runner-images/issues/10984
203+
brew uninstall --ignore-dependencies --force pkg-config@0.29.2
202204
brew install ccache ghostscript gobject-introspection gtk4 ninja
203205
brew install --cask font-noto-sans-cjk inkscape
204206
;;

‎azure-pipelines.yml

Copy file name to clipboardExpand all lines: azure-pipelines.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ stages:
122122
brew unlink ${python_package}
123123
brew link --overwrite ${python_package}
124124
done
125+
# Workaround for https://github.com/actions/runner-images/issues/10984
126+
brew uninstall --ignore-dependencies --force pkg-config@0.29.2
125127
brew install --cask xquartz
126128
brew install ccache ffmpeg imagemagick mplayer ninja pkg-config
127129
brew install --cask font-noto-sans-cjk-sc

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.