Hacker News new | ask | show | jobs
by francislavoie 1097 days ago
Env vars make it easier to automate in CI. The actual script to build for each os/arch is the same but only the vars change. It's convenient. You can always prefix the command with the env vars on the same line if you want a one-liner.