Skip to content

Commit

Permalink
ci(wheels): MacOS: brew uninstall freetype
Browse files Browse the repository at this point in the history
On the macos runners, the static freetype library is linked against a x86_64 PNG lib.

Signed-off-by: Zach Lewis <[email protected]>
  • Loading branch information
zachlewis committed Sep 30, 2024
1 parent a0af477 commit 35b4af6
Showing 1 changed file with 1 addition and 1 deletion.
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"
before-build = "pip install 'repairwheel' && pip install invoke && brew uninstall --ignore-dependencies 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 35b4af6

Please sign in to comment.