|
|
|
|
|
by AtNightWeCode
45 days ago
|
|
The core issue is that the lang is horrible to get to compile in a reasonable amount of time on a build server. Then since the way it is designed it is bad at caching. That is why you have this "optimistic" caching to begin with. Our solution is to build everything in Docker. Which is about what you suggest since it does not automatically share cache between branches. But it is slow. |
|