Skip to content

Commit

Permalink
Revert "Let us try to install libunwind on its own rather than with l…
Browse files Browse the repository at this point in the history
…lvm"

This reverts commit 19b0b12.
  • Loading branch information
pavoljuhas committed Sep 6, 2024
1 parent 19b0b12 commit b6f6cf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ 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 libunwind && brew link --overwrite [email protected] && brew link --force libomp && brew link --force libunwind"
CIBW_BEFORE_BUILD_MACOS: "brew install libomp llvm && brew link --overwrite [email protected] && brew link --force libomp"
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 b6f6cf1

Please sign in to comment.