Skip to content

Commit

Permalink
Let us try to install libunwind on its own rather than with llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
pavoljuhas committed Sep 6, 2024
1 parent f3251e4 commit 19b0b12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ jobs:
cibw:
build: "cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 cp312-win_amd64"
env:
MACOSX_DEPLOYMENT_TARGET: "12.0"
CIBW_BUILD: "${{ matrix.cibw.build || '*' }}"
CIBW_SKIP: "*musllinux*"
CIBW_ARCHS: "${{ matrix.cibw.arch || 'auto' }}"
CIBW_MANYLINUX_X86_64_IMAGE: "${{ matrix.cibw.manylinux_image }}"
CIBW_BEFORE_BUILD_MACOS: "brew install libomp llvm && brew link --overwrite [email protected] && brew link --force libomp"
CIBW_BEFORE_BUILD_MACOS: "brew install libomp libunwind && brew link --overwrite [email protected] && brew link --force libomp && brew link --force libunwind"
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "delocate-listdeps {wheel} && delocate-wheel --verbose --require-archs {delocate_archs} -w {dest_dir} {wheel}"
# to install latest delocate package
CIBW_DEPENDENCY_VERSIONS: "latest"
Expand Down

0 comments on commit 19b0b12

Please sign in to comment.