mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 05:57:16 +01:00
travis: Make OSX build work again by not installing pkgconfig.
Recent builds are failing with the following error:
Error: pkg-config 0.29.2 is already installed
Assuming this will be the case form now on, we don't have to install
pkgconfig anymore.
This commit is contained in:
@@ -211,8 +211,6 @@ jobs:
|
||||
env:
|
||||
- NAME="unix port build with clang on OSX"
|
||||
- PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig
|
||||
install:
|
||||
- brew install pkgconfig
|
||||
script:
|
||||
- make ${MAKEOPTS} -C mpy-cross
|
||||
- make ${MAKEOPTS} -C ports/unix submodules
|
||||
|
||||
Reference in New Issue
Block a user