You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently both the .pixi and .julia folders are created/touched/updated by our builds on any of the agents we run on. Given multiple agents, we precompile on some, and not so much on others. Agentes are reset after a month.
Currently both the .pixi and .julia folders are created/touched/updated by our builds on any of the agents we run on. Given multiple agents, we precompile on some, and not so much on others. Agentes are reset after a month.
It would be good to fix this and streamline this process by using caching, as we do for Github Actions. Teamcity has a build feature for caching, and I've implemented it: https://github.com/Deltares/Ribasim/blob/main/.teamcity/Templates/GenerateCache.kt#L23-L24. However, the current cache of .pixi and .julia is much larger than the allowed 3GB artefact limit.
TODO:
The text was updated successfully, but these errors were encountered: