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

Add ability to specify --jobs size for bundle install #62

Closed
sikachu opened this issue Sep 4, 2013 · 1 comment
Closed

Add ability to specify --jobs size for bundle install #62

sikachu opened this issue Sep 4, 2013 · 1 comment
Assignees

Comments

@sikachu
Copy link
Contributor

sikachu commented Sep 4, 2013

Right now, we're doing the autodetection for parallel gem installing. However, there might be some case that you don't want that to happen.

I think the best solution is to introduce ENV['JOBS'] that you can set when running rake appraisal.

Note that this will turned into --jobs= command line argument if this going to be implemented on CLI.

@sanemat
Copy link
Contributor

sanemat commented Sep 4, 2013

I completely agree, using parallel gem as optional and using environmental variable as optional:

  • Sometimes I don't want to use all cpu cores for appraisal.
  • parallel gem is too huge for only detecting the count of cores, and appraisal don't use parallel gem's parallel feature...

@ghost ghost assigned sikachu Sep 11, 2013
sikachu added a commit that referenced this issue Sep 13, 2013
Also, remove automatic CPU cores detection and let users specify the
number of jobs themselves.

Closes #62
sikachu added a commit that referenced this issue Sep 19, 2013
Also, remove automatic CPU cores detection and let users specify the
number of jobs themselves.

Closes #62
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

No branches or pull requests

2 participants