Fetch dependencies? Aaaaaah!
Fetch dependencies? Aaaaaah!
Posted Sep 13, 2021 18:56 UTC (Mon) by mirabilos (subscriber, #84359)In reply to: Fetch dependencies? Aaaaaah! by karkhaz
Parent article: Cro: Maintain it With Zig
No, not that.
Downloading the source you actually want to build (if you verify it) is fine.
But during the actual build process, network access shouldn’t be available. I personally added this to pbuilder in Debian for Linux, using unshare(1). I don’t currently have a solution for nōn-Linux yet.
