Skip to content

Commit d49c1e8

Browse files
projectgusdpgeorge
authored andcommitted
tools/ci.sh: Remove explicit macOS pkg-config install.
Reasons to remove this: - GitHub's macOS runners install this package by default nowadays. - Brew renamed this package to 'pkgconf' so installing the old name on top of the new package name has started failing. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
1 parent eb80b04 commit d49c1e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/ci.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,6 @@ function ci_unix_settrace_stackless_run_tests {
651651
}
652652

653653
function ci_unix_macos_build {
654-
# Install pkg-config to configure libffi paths.
655-
brew install pkg-config
656-
657654
make ${MAKEOPTS} -C mpy-cross
658655
make ${MAKEOPTS} -C ports/unix submodules
659656
#make ${MAKEOPTS} -C ports/unix deplibs

0 commit comments

Comments
 (0)