On Fri, Sep 13, 2019 at 12:45:55PM +0100, Stuart Henderson wrote: > Ports are not allowed network access during build. This is enforced on > the main bulk build machines and for users with PORTS_PRIVSEP=Yes and > the default pf.conf "block..user _pbuild" rule, but not everybody has > that. Everybody should, though.
> Would it be OK to poison GOPROXY in the environment so that dev's who > don't enforce blocking network access also see a failure? It looks like > this: I do like this idea, explicit is really better than implicit here. > go: github.com/BurntSushi/[email protected]: invalid proxy URL scheme (must be > https, http, file): ports://should.not_fetch_at_buildtime/ OK kn
