Stop syncing json benchmarks.

This commit is contained in:
nagachika 2024-11-01 20:26:03 +09:00 committed by Hiroshi SHIBATA
parent d6d2c24715
commit b1fc1af444
Notes: git 2024-11-04 23:59:11 +00:00

View file

@ -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")