mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Stop syncing json benchmarks.
This commit is contained in:
parent
d6d2c24715
commit
b1fc1af444
Notes:
git
2024-11-04 23:59:11 +00:00
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ module SyncDefaultGems
|
|||
cp_r("#{upstream}/lib", "ext/json")
|
||||
cp_r("#{upstream}/json.gemspec", "ext/json")
|
||||
rm_rf(%w[ext/json/lib/json/ext ext/json/lib/json/pure.rb ext/json/lib/json/pure])
|
||||
`git checkout ext/json/extconf.rb ext/json/parser/prereq.mk ext/json/generator/depend ext/json/parser/depend ext/json/depend`
|
||||
`git checkout ext/json/extconf.rb ext/json/parser/prereq.mk ext/json/generator/depend ext/json/parser/depend ext/json/depend benchmark/`
|
||||
when "psych"
|
||||
rm_rf(%w[ext/psych test/psych])
|
||||
cp_r("#{upstream}/ext/psych", "ext")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue