[前][次][番号順一覧][スレッド一覧]

ruby-changes:67449

From: David <ko1@a...>
Date: Tue, 31 Aug 2021 19:07:35 +0900 (JST)
Subject: [ruby-changes:67449] 890b261154 (master): [rubygems/rubygems] See if parallel installation on Windows works better now

https://git.ruby-lang.org/ruby.git/commit/?id=890b261154

From 890b2611547076ff70ab77eda6bfc1b8a238fec8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Thu, 5 Aug 2021 10:01:08 +0200
Subject: [rubygems/rubygems] See if parallel installation on Windows works
 better now

https://github.com/rubygems/rubygems/commit/0822e1c260
---
 lib/bundler/installer.rb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/bundler/installer.rb b/lib/bundler/installer.rb
index 2624ac4..796fd34 100644
--- a/lib/bundler/installer.rb
+++ b/lib/bundler/installer.rb
@@ -219,9 +219,6 @@ module Bundler https://github.com/ruby/ruby/blob/trunk/lib/bundler/installer.rb#L219
         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
 
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]