Re: [gentoo-dev] Portage and languages with built-in cache support

2023-04-25 Thread Maciej Barć
You would also have to have correct permissions on cache dirs (root:portage or portage:portage) this also means that the cache dir will have to be set during build explicitly. Do both Nim and Go support setting it? W dniu 25.04.2023 o 10:07, Anna (cybertailor) Vyalkova pisze: Hello, Portage

[gentoo-dev] Portage and languages with built-in cache support

2023-04-25 Thread Anna (cybertailor) Vyalkova
Hello, Portage can use ccache and sccache to speed up builds, but some languages (like Go and Nim) support caches out-of-the-box. It's not fair that we can't use them. I'd like to start discussion on this topic. What should be the preferred method of handling build caches? I think adding more