<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, Feb 24, 2016 at 1:43 PM Joerg Sonnenberger via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Feb 24, 2016 at 02:20:24PM -0700, Jonathan Roelofs via llvm-dev wrote:<br>
> 2) There is the cap on total repository size, which is in the neighborhood<br>
> of 1Gb [3]. A fresh checkout of test-suite clocks in at just over 3Gb. This<br>
> one actually is a problem.<br>
<br>
This is not really true. Individual pack files must be below 1GB, but<br>
the total repository can be much larger. That's true even for the free<br>
tiers. That said, it might be good idea to split the repository into<br>
modules to keep it managable.<br></blockquote><div><br></div><div>We can also handle this lazily -- if and when it becomes a problem, we can re-factor the repo. I don't think we need to overthink this.</div><div><br></div><div>Also, the Github folks might be willing to help. =]</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Joerg<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div></div>