diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-20 07:21:14 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-20 07:21:14 +0000 |
commit | 8d3b2631ba5967a154df541917739af50b8a723d (patch) | |
tree | f62dd2d0cc640eef62f82814b323f30879e19654 | |
parent | c3369020dbb204a24d0ce0362b2613a9a14db8a5 (diff) |
Cleanup fiddle extenstion when sync them from github repo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | tool/sync_default_gems.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index f67348397a..f22b8a6503 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -122,6 +122,7 @@ def sync_default_gems(gem) `cp -rf ../fiddle/test/fiddle test` `cp -f ../fiddle/fiddle.gemspec ext/fiddle` `git checkout ext/fiddle/depend` + `rm -rf ext/fiddle/lib/fiddle.{bundle,so}` when "stringio" `rm -rf ext/stringio test/stringio` `cp -rf ../stringio/ext/stringio ext` |