Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI workflow to build wheels #8

Merged
merged 16 commits into from
Nov 25, 2019
Merged

CI workflow to build wheels #8

merged 16 commits into from
Nov 25, 2019

Conversation

nvictus
Copy link
Owner

@nvictus nvictus commented Nov 25, 2019

  1. Change the build pipeline to use pkg-config to find library resources.

  2. Use a github actions workflow to build manylinux and OSX wheels

For some reason a single call to sigtimedwait was leading to broken wheels produced on the macOS-latest VM. Apparently, sigtimedwait is a unix signal that doesn't exist on OSX [1, 2]. So I replaced it with sigwait, which seems to work.

[1] tokio-rs/mio#16 (comment)
[2] https://www.gnu.org/software/gnulib/manual/html_node/sigtimedwait.html

@nvictus nvictus merged commit 5e137d7 into master Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant