summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngus Gratton <angus@redyak.com.au>2024-11-26 15:50:13 +1100
committerDamien George <damien@micropython.org>2024-11-30 11:24:36 +1100
commitd49c1e836cc7497f4bd5385491214173af6410ed (patch)
tree1c67bf133a2dd8a81532c0330b1ca8ba677c0fac
parenteb80b04944e01d437efc2fa29189ad1e2bdd997f (diff)
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 <angus@redyak.com.au>
-rwxr-xr-xtools/ci.sh3
1 files changed, 0 insertions, 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