Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 60f497f

Browse files
committed
brew remove lcms2 xmlto
1 parent f94c707 commit 60f497f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
33
# webp, zstd, xz, libtiff, libxcb cause a conflict with building webp, libtiff, libxcb
44
# curl from brew requires zstd, use system curl
55
# if php is installed, brew tries to reinstall these after installing openblas
6-
brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php
6+
# remove lcms2 to fix building openjpeg on arm64
7+
# remove xmlto to skip building giflib docs
8+
brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php lcms2 xmlto
79

810
if [[ "$PLAT" == "arm64" ]]; then
911
export MACOSX_DEPLOYMENT_TARGET="11.0"

0 commit comments

Comments
 (0)