Comment by 0x457
5 months ago
Plot twist, my build.sh invokes nix build and all I have to do on CI is to install nix and setup caching.
5 months ago
Plot twist, my build.sh invokes nix build and all I have to do on CI is to install nix and setup caching.
Double plot twist, I need to VPN into a remote network and now all the CI network activity goes through the VPN as well, and some of it gets blocked (true story)
Your builds depend on the consistent behavior of remote servers? That sounds like a recipe for disaster.