mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] See if parallel installation on Windows works better now
https://github.com/rubygems/rubygems/commit/0822e1c260
This commit is contained in:
parent
744e128ed9
commit
890b261154
Notes:
git
2021-08-31 19:07:09 +09:00
1 changed files with 0 additions and 3 deletions
|
@ -219,9 +219,6 @@ module Bundler
|
|||
return jobs
|
||||
end
|
||||
|
||||
# Parallelization has some issues on Windows, so it's not yet the default
|
||||
return 1 if Gem.win_platform?
|
||||
|
||||
Bundler.settings.processor_count
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue