Comment by mplanchard
25 days ago
OTOH, the nice thing about a minimalist build system is it forces you to solve these problems yourself, in a way that’s broadly compatible with any provider: for me, nix builds, cache with cachix, and use gnu parallel for running concurrent jobs.
Means that my CI pipeline can be ~instantly moved to any provider, or a box that I own, or whatever.
Yep. I cannot imagine any universe where I'd rather use GitHub Actions than a shell script.