Colton Idle
06/16/2025, 1:17 PMAnze Sodja
06/16/2025, 1:38 PMVampire
06/17/2025, 1:30 AMclean
, his build might behave as expected as the tasks are always out of date anyway.
If now build cache is suddenly enabled by default, his build will immediately be much faster as at least the cacheable tasks are reused from cache, but it will also start to misbehave as wrong cache entries will be reused and those errors might will be silent ones that only fail on production and can cost quite some time to figure out.Anze Sodja
06/17/2025, 7:42 AMAs far as I remember, the reason was also that builds could easily break or silently misbehave. The build cache only works properly if the inputs and outputs of cacheable tasks are declared properly.That is a good point, I will add it to the issue