Skip to content

Commit

Permalink
build libzmq from source for linux-arm
Browse files Browse the repository at this point in the history
yum is too old, match other wheels

maybe it won't take forever
  • Loading branch information
minrk committed Feb 15, 2021
1 parent 7a0fdc6 commit d849757
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,6 @@ jobs:
run: |
docker run --rm --privileged hypriot/qemu-register:v4.2.0
- name: customize aarch64
if: contains(matrix.cibw.arch, 'aarch64')
# install zeromq-devel because building libzmq for arm takes too long
# it's not in default packages, but it is in epel-7
# this will be an older release than than other wheels
run: |
echo 'CIBW_BEFORE_ALL_LINUX=yum -y install epel-release && yum -y install zeromq-devel' >> "$GITHUB_ENV"
- name: install dependencies
run: |
pip install --upgrade setuptools pip wheel
Expand Down

0 comments on commit d849757

Please sign in to comment.