On 2022/01/24 11:42, Aaron Bieber wrote: > Another issue is having a ports tree in the "runner".. a git checkout is > large, but maybe since it would be "local" to github it wouldn't be > _that_ bad?.. but a cvs checkout would be way to slow.
A cvs checkout of the ports tree from anoncvs over my home internet connection takes 3 minutes. In that case the client is an 8 year old machine with SATA SSD, server HDD (though the tree is probably mostly in cache on the server). I don't think is _way_ too slow when a build could easily take hours and often 10-20 minutes. On a better connected machine that should be at least a bit better too. btw git clone from github on the same client machine takes about 5 minutes.