brew remove libxcb libxdmcp

This commit is contained in:
Ondrej Baranovič 2022-02-03 15:10:34 +01:00 committed by nulano
parent 41f6533a9c
commit 249728197e
No known key found for this signature in database
GPG Key ID: B650CDF63B705766

View File

@ -1,9 +1,9 @@
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# webp, zstd, xz, libtiff cause a conflict with building webp and libtiff
# webp, zstd, xz, libtiff, libxcb, libxdmcp cause a conflict with building webp, libtiff, libxcb
# curl from brew requires zstd, use system curl
# if php is installed, brew tries to reinstall these after installing openblas
brew remove --ignore-dependencies webp zstd xz libtiff curl php
brew remove --ignore-dependencies webp zstd xz libtiff libxcb libxdmcp curl php
fi
if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then