Commit 923e04cf authored by Zachary Scott's avatar Zachary Scott

Shallow clone mgem source

parent 1a8843d3
......@@ -59,7 +59,7 @@ module MRuby
git.run_pull mgem_list_dir, mgem_list_url if $pull_gems
else
FileUtils.mkdir_p mgem_list_dir
git.run_clone mgem_list_dir, mgem_list_url
git.run_clone mgem_list_dir, mgem_list_url, "--depth 1"
end
require 'yaml'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment