Skip to content

Commit

Permalink
Explore creating macos wheels without repairing them with our custom …
Browse files Browse the repository at this point in the history
…delocate. (#363)
  • Loading branch information
AmineKhaldi authored Apr 22, 2023
1 parent f312a43 commit 83da403
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ jobs:
CIBW_BEFORE_BUILD_MACOS: >
python -m pip install --upgrade pip
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.14"
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
pip uninstall -y delocate && pip install git+https://github.com/Chia-Network/delocate.git
&& delocate-listdeps {wheel} && delocate-wheel -v {wheel}
&& cp {wheel} {dest_dir}
CIBW_BEFORE_ALL_WINDOWS: >
curl -L https://download.libsodium.org/libsodium/releases/libsodium-1.0.18-stable-msvc.zip > libsodium-1.0.18-stable-msvc.zip
&& 7z x libsodium-1.0.18-stable-msvc.zip
Expand Down

0 comments on commit 83da403

Please sign in to comment.