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

Build with cibuildwheel #242

Merged
merged 9 commits into from
Nov 4, 2021
Merged

Conversation

mattip
Copy link
Contributor

@mattip mattip commented Oct 14, 2021

Add real work to the github CI using cibuildwheel

@mattip
Copy link
Contributor Author

mattip commented Oct 14, 2021

When I tried this on my fork, it failed, but I think it should be merged anyway as the first step towards building wheels easily. The status:

  • passes on linux
  • there is a failing test on macOS with CPython 3.10 in vmprof/test/test_run.py
  • there is a failure to build on windows with CPython 3.10: ssize_t is missing
  • PyPy 3.7 on linux fails to build the c-extensions used in tests, I think those tests should be skipped for PyPy.

Additional work is needed to

  • get 3.10 working on macOS and windows
  • add wheel uploading to CI
  • remove appveyor and most of the travis CI runs. (travis is only running arm64 and failing)

@mattip
Copy link
Contributor Author

mattip commented Oct 14, 2021

Closes #241
related to #240, #230

@mattip
Copy link
Contributor Author

mattip commented Oct 15, 2021

I think I have taken this as far as it can go right now. Fixing the failing tests and adding the deploy incantations can be done on subsequent PRs

@mattip
Copy link
Contributor Author

mattip commented Nov 2, 2021

Rebased after #239

@mattip mattip merged commit 1a59127 into vmprof:master Nov 4, 2021
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