Skip to content

Commit

Permalink
ci(wheels): MacOS x86_64: reenable WebP
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
  • Loading branch information
zachlewis committed Sep 30, 2024
1 parent 35b4af6 commit bfae087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
# Disable HEIF and WebP plugins until we can provide local
# build recipes that do not include GPL-licensed dynamic libraries.
USE_Libheif: 'OFF'
USE_WebP: 'OFF'
# USE_WebP: 'OFF'

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ SKBUILD_CMAKE_BUILD_TYPE = "MinSizeRel"
# On macOS and Linux, run a custom repair-wheel-command after the build.
# See tasks.py for more details.
[tool.cibuildwheel.macos]
before-build = "pip install 'repairwheel' && pip install invoke && brew uninstall --ignore-dependencies freetype"
before-build = "pip install 'repairwheel' && pip install invoke && brew uninstall --ignore-dependencies harfbuzz fontconfig cairo freetype"
repair-wheel-command = "invoke wheel-repair --build-dir ${SKBUILD_BUILD_DIR} --wheel-path {wheel} --output-dir {dest_dir}"

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit bfae087

Please sign in to comment.