From bd5633778f8dce0d71578338926fc6500069429e Mon Sep 17 00:00:00 2001 From: stijn Date: Mon, 6 Apr 2020 16:07:39 +0200 Subject: [PATCH] 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. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index da3e3564ab..ec8ab36fa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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