From: hsbt@... Date: 2018-04-19T07:00:24+00:00 Subject: [ruby-core:86594] [Ruby trunk Bug#14219][Rejected] package size of Ruby 2.5 is larger than 2.4 Issue #14219 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Assigned to Rejected I postpone merging bundler into Ruby core. I will close this by stating it again. ---------------------------------------- Bug #14219: package size of Ruby 2.5 is larger than 2.4 https://bugs.ruby-lang.org/issues/14219#change-71538 * Author: hsbt (Hiroshi SHIBATA) * Status: Rejected * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: * ruby -v: * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- A package of Ruby 2.5 was increased file size (about 15MB) from Ruby 2.4. * ruby-2.4.3.tar.xz: 9.6M * ruby-2.5.0-rc1.tar.xz: 25M It was caused by `spec` directory. ``` ~/D/ruby-2.4.3 > du -md 1 | sort -rn | head 79 . 26 ./enc 14 ./ext 12 ./test 7 ./lib 7 ./doc 3 ./gems 2 ./sample 1 ./win32 1 ./tool ~/D/ruby-2.5.0-rc1 > du -md 1 | sort -rn | head 121 . 40 ./spec 26 ./enc 14 ./ext 12 ./test 9 ./lib 7 ./doc 3 ./gems 2 ./sample 1 ./win32 ``` After releasing 2.5, I (and eregon?) try to reduce it size or remove them from tar package. -- https://bugs.ruby-lang.org/ Unsubscribe: