Skip to content

Commit

Permalink
Use upstream delocate
Browse files Browse the repository at this point in the history
It looks like the missing functionality was merged matthew-brett/delocate#123
  • Loading branch information
ipmb committed Nov 11, 2021
1 parent a26d818 commit 3d4f220
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
CIBW_ENVIRONMENT: APPEND_VERSION="" UWSGI_PROFILE=pyuwsginossl
CIBW_TEST_COMMAND: pyuwsgi --help
CIBW_BEFORE_ALL: ./patch-uwsgi-packaging.sh uwsgi
# https://github.com/matthew-brett/delocate/pull/39
CIBW_BEFORE_BUILD_MACOS: ./pre_build.sh && pip install https://github.com/natefoo/delocate/archive/06673679eaaf67db88cbe280456abbf988705d75.zip
CIBW_BEFORE_BUILD_MACOS: ./pre_build.sh
CIBW_BEFORE_BUILD_LINUX: ./pre_build.sh && (yum install -y zlib-devel || apk add zlib-dev)

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3d4f220

Please sign in to comment.