Re: [go-nuts] How can I identify the default value of the -p build flag?

2018-11-02 Thread Mark Rushakoff
Thanks. That confirms that Go thinks there are 36 CPUs available in that environment. I'm still a bit surprised that there's no way to invoke the go executable to get the value of runtime.NumCPU. A quick grep through src/cmd looks like it isn't directly exposed anywhere. I might file an issue requ

Re: [go-nuts] Re: Is it safe to run go build in parallel?

2018-10-01 Thread Mark Rushakoff
ill using a vendor directory > > On Monday, October 1, 2018 at 6:27:57 PM UTC+2, Mark Rushakoff wrote: >> >> https://github.com/golang/go/issues/26794 is "can't run go builds >> concurrently if they download modules". >> >> In that issue, Russ says: >