Skip to content

Commit

Permalink
Remove jpeg-turbo on x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 24, 2024
1 parent d36e29c commit 3d84dc9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,7 @@ if [[ -n "$IS_MACOS" ]]; then
# remove jpeg-turbo to avoid inclusion on arm64
# remove webp and zstd to avoid inclusion on x86_64
# curl from brew requires zstd, use system curl
brew remove --ignore-dependencies libpng libtiff libxcb libxau libxdmcp curl cairo lcms2 zstd
if [[ "$CIBW_ARCHS" == "arm64" ]]; then
brew remove --ignore-dependencies jpeg-turbo
fi
brew remove --ignore-dependencies jpeg-turbo libpng libtiff libxcb libxau libxdmcp curl cairo lcms2 zstd

brew install pkg-config
fi
Expand Down

0 comments on commit 3d84dc9

Please sign in to comment.