From d49c1e836cc7497f4bd5385491214173af6410ed Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 26 Nov 2024 15:50:13 +1100 Subject: [PATCH] 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 --- tools/ci.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/ci.sh b/tools/ci.sh index 4e6f09b0b..b9f9dec8b 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -651,9 +651,6 @@ function ci_unix_settrace_stackless_run_tests { } function ci_unix_macos_build { - # Install pkg-config to configure libffi paths. - brew install pkg-config - make ${MAKEOPTS} -C mpy-cross make ${MAKEOPTS} -C ports/unix submodules #make ${MAKEOPTS} -C ports/unix deplibs