Skip to content

Commit

Permalink
Removed zstd again
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 17, 2023
1 parent 72ee8c5 commit 07c216c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ if [[ -n "$IS_MACOS" ]]; then
# if php is installed, brew tries to reinstall these after installing openblas
# remove cairo to fix building harfbuzz on arm64
# remove lcms2 and libpng to fix building openjpeg on arm64
brew remove --ignore-dependencies webp libpng libtiff libxcb libxdmcp curl php cairo lcms2 ghostscript
# remove zstd to avoid inclusion on x86_64
# curl from brew requires zstd, use system curl
brew remove --ignore-dependencies webp libpng libtiff libxcb libxdmcp curl php cairo lcms2 ghostscript zstd

brew install pkg-config
fi
Expand Down

0 comments on commit 07c216c

Please sign in to comment.