Skip to content

Use MAKE="make -j$(nproc)" to speed up bundle install step#153

Merged
rubys merged 1 commit intomainfrom
make-parallelize
Jun 29, 2025
Merged

Use MAKE="make -j$(nproc)" to speed up bundle install step#153
rubys merged 1 commit intomainfrom
make-parallelize

Conversation

@rubys
Copy link
Contributor

@rubys rubys commented Jun 29, 2025

Fixes #149

@rubys rubys merged commit 591c56e into main Jun 29, 2025
8 checks passed
@olivier-thatch
Copy link
Contributor

@rubys Thanks for making this change, as I never got my PR to pass tests.

However, while this is an improvement over the current state of things, using a numerical value is less flexible than using $(nproc): the latter would automatically scale the number of jobs to the number of processors accessible to the image builder. It would be nice to support a special auto value that calls nproc instead.

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.

Use MAKE="make -j$(nproc)" to speed up bundle install step

2 participants