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

Make it easier to build all gems locally #82

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

stanhu
Copy link
Collaborator

@stanhu stanhu commented Jul 28, 2023

This pull request does two things:

  1. Speeds up building of all the precompiled gems. rake-compiler by default will attempt to launch N + 4 jobs, where N is the number of cores on the system.
  2. Makes it easy to build all gems locally by running scripts/build-gems.

This speeds up building of all gems. rake-compiler by default will
attempt to launch N + 4 jobs, where N is the number of cores on the
system.
This makes it easy to build all gems locally by running
`scripts/build-gems`.
@stanhu stanhu mentioned this pull request Jul 28, 2023
@mudge mudge merged commit dd5a319 into mudge:v2.0.x Jul 28, 2023
100 checks passed
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.

2 participants