On Sat, Aug 25, 2018 at 5:16 PM, Peter Kleiweg <pklei...@xs4all.nl> wrote: > Op zaterdag 25 augustus 2018 18:54:32 UTC+2 schreef Ian Lance Taylor: >> >> On Sat, Aug 25, 2018 at 7:58 AM, Peter Kleiweg <pkle...@xs4all.nl> wrote: >> > Op zaterdag 25 augustus 2018 16:40:55 UTC+2 schreef Jakob Borg: >> >> >> >> On 25 Aug 2018, at 15:21, Peter Kleiweg <pkle...@xs4all.nl> wrote: >> >> >> >> >> >> disabling the cache won't be an option in Go 1.12. What to do then? >> >> >> >> >> >> You don’t say what your issues with the build cache are. If you did, >> >> you >> >> might get suggestions. >> > >> > >> > Actually, setting GOCACHE=off doesn't solve all problems. So I am now >> > back >> > to Go version 1.9.7 >> > >> > Some problems: >> > >> > - You can't use packages that require local adjustments to the >> > environment >> > to install. >> >> Can you expand on this. I'm not sure what you mean. >> > > See this issue: https://github.com/golang/go/issues/27027
Thanks, but disabling the cache won't fix that issue. The issue there is that the go tool has gotten more precise about when packages are up to date, and will try to rebuild them if they are not up to date. There is already a way to handle this: //go:binary-only-package. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.