diff options
| author | Angus Gratton <angus@redyak.com.au> | 2024-11-26 15:50:13 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2024-11-30 11:24:36 +1100 |
| commit | d49c1e836cc7497f4bd5385491214173af6410ed (patch) | |
| tree | 1c67bf133a2dd8a81532c0330b1ca8ba677c0fac | |
| parent | eb80b04944e01d437efc2fa29189ad1e2bdd997f (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-x | tools/ci.sh | 3 |
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 |
