[llvm-dev] RFC: Move the test-suite LLVM project to GitHub?

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Wed Feb 24 13:43:04 PST 2016


On Wed, Feb 24, 2016 at 02:20:24PM -0700, Jonathan Roelofs via llvm-dev wrote:
> 2) There is the cap on total repository size, which is in the neighborhood
> of 1Gb [3]. A fresh checkout of test-suite clocks in at just over 3Gb. This
> one actually is a problem.

This is not really true. Individual pack files must be below 1GB, but
the total repository can be much larger. That's true even for the free
tiers. That said, it might be good idea to split the repository into
modules to keep it managable.

Joerg


More information about the llvm-dev mailing list