Skip to content

Commit 3d25acc

Browse files
committed
macos wheel building: explicitly install icu4c and libxml2
1 parent ed7ab8d commit 3d25acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cirrus_wheels_macos_arm64_task:
1818
install_cibuildwheel_script:
1919
- python -m pip install cibuildwheel
2020
run_cibuildwheel_script:
21-
- CIBW_BUILD_VERBOSITY=3 CIBW_SKIP="*-win32 *-manylinux_* *-musllinux_*" CIBW_ARCHS_MACOS="arm64" CIBW_BUILD="cp39-* cp310-* cp311-*" CIBW_BEFORE_ALL_MACOS="brew tap fbkarsdorp/homebrew-lamachine && brew install frog" cibuildwheel --platform macos
21+
- CIBW_BUILD_VERBOSITY=3 CIBW_SKIP="*-win32 *-manylinux_* *-musllinux_*" CIBW_ARCHS_MACOS="arm64" CIBW_BUILD="cp39-* cp310-* cp311-*" CIBW_BEFORE_ALL_MACOS="brew tap fbkarsdorp/homebrew-lamachine && brew install icu4c libxml2 frog" cibuildwheel --platform macos
2222
wheels_artifacts:
2323
path: "wheelhouse/*"
2424

0 commit comments

Comments
 (0)