mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Ignore native extension of Date library when syncing gemification files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5ca416bdf6
commit
828158704c
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ def sync_default_gems(gem)
|
|||
`cp -rf ../date/test/date test`
|
||||
`cp -f ../date/date.gemspec ext/date`
|
||||
`git checkout ext/date/depend`
|
||||
`rm -f ext/date/lib/date_core.bundle`
|
||||
when "zlib"
|
||||
`rm -rf ext/zlib test/zlib`
|
||||
`cp -rf ../zlib/ext/zlib ext`
|
||||
|
|
Loading…
Reference in a new issue