Yeah it would be a part of migrating off of GitHub which I’m past the limits of already... you can’t reliably clone my repo you definitely can’t build in time on most platforms... it’s basically not usable.
how do you even work with a multi-hour build?
imy workflow is: write some code, run the thing, figure out why it didn't work and fix it. then commit and celebrate.
how do you do that when you have to wait hours to run it?
It's only that long for a clean build. For development, it's generally about a minute. For CI, you would generally be doing clean builds though, to really make sure that stuff worked properly.