Re: [go-nuts] Problems with cache

2018-08-25 Thread Ian Lance Taylor
On Sat, Aug 25, 2018 at 5:16 PM, Peter Kleiweg 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 wrote: >> > Op zaterdag 25 augustus 2018 16:40:55 UTC+2 schreef Jakob Borg: >> >> >> >> On 25 Aug 2018, at 15:21,

Re: [go-nuts] Problems with cache

2018-08-25 Thread Peter Kleiweg
Op zaterdag 25 augustus 2018 19:06:27 UTC+2 schreef Sebastien Binet: > > > > On Sat, Aug 25, 2018 at 6:54 PM Ian Lance Taylor > wrote: > >> On Sat, Aug 25, 2018 at 7:58 AM, Peter Kleiweg > > wrote: >> > Op zaterdag 25 augustus 2018 16:40:55 UTC+2 schreef Jakob Borg: >> >> >> >> On 25 Aug 2018, at

Re: [go-nuts] Problems with cache

2018-08-25 Thread Peter Kleiweg
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 > wrote: > > Op zaterdag 25 augustus 2018 16:40:55 UTC+2 schreef Jakob Borg: > >> > >> On 25 Aug 2018, at 15:21, Peter Kleiweg wrote: > >> > >> > >> disabling the cache

Re: [go-nuts] Problems with cache

2018-08-25 Thread Sebastien Binet
On Sat, Aug 25, 2018 at 6:54 PM Ian Lance Taylor wrote: > On Sat, Aug 25, 2018 at 7:58 AM, Peter Kleiweg wrote: > > Op zaterdag 25 augustus 2018 16:40:55 UTC+2 schreef Jakob Borg: > >> > >> On 25 Aug 2018, at 15:21, Peter Kleiweg wrote: > >> > >> > >> disabling the cache won't be an option in

Re: [go-nuts] Problems with cache

2018-08-25 Thread Ian Lance Taylor
On Sat, Aug 25, 2018 at 7:58 AM, Peter Kleiweg wrote: > Op zaterdag 25 augustus 2018 16:40:55 UTC+2 schreef Jakob Borg: >> >> On 25 Aug 2018, at 15:21, Peter Kleiweg 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

Re: [go-nuts] Problems with cache

2018-08-25 Thread Peter Kleiweg
Op zaterdag 25 augustus 2018 16:40:55 UTC+2 schreef Jakob Borg: > > On 25 Aug 2018, at 15:21, Peter Kleiweg > > 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.

Re: [go-nuts] Problems with cache

2018-08-25 Thread Jakob Borg
On 25 Aug 2018, at 15:21, Peter Kleiweg mailto:pklei...@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. //jb -- You received this message because you are

[go-nuts] Problems with cache

2018-08-25 Thread Peter Kleiweg
Since Go 1.10, the cache causes many headaches. You can disable the cache with GOCACHE=off. Unless you work on mega projects, you don't need a cache anyway. But disabling the cache won't be an option in Go 1.12. What to do then? Stick with old version of Go? The release notes for Go 1.11 have