Hacker News new | ask | show | jobs
by mplanchard 53 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.

1 comments

Yep. I cannot imagine any universe where I'd rather use GitHub Actions than a shell script.