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

Parallel build #1741

Merged
merged 8 commits into from
Apr 30, 2020
Merged

Parallel build #1741

merged 8 commits into from
Apr 30, 2020

Conversation

giampaolo
Copy link
Owner

Starting from python 3.6 python3 setup.py build --parallel N will run tests in parallel.
With this in place, on Linux and FreeBSD I get around a 15% speedup on make build.
On Windows it seems it doesn't make any difference but I told winmake.py to use it anyway.
While I was at it I also reconfigured all CI services to run serial tests (instead of parallel) because there are occasional failures (false positives).

@giampaolo giampaolo mentioned this pull request Apr 30, 2020
@giampaolo giampaolo merged commit 997bc0d into master Apr 30, 2020
@giampaolo giampaolo deleted the parallel-build branch April 30, 2020 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant