1
0
Fork 0
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:
hsbt 2018-08-06 05:01:08 +00:00
parent 5ca416bdf6
commit 828158704c

View file

@ -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`