Follow up from #13573
The issue is that GC calls queryPartialDerivationOutputMap, which for floating CA derivations (without statically-known output paths) current reads in the derivation for staticOutputHashes.
The solution #11897, which gets rid of staticOutputHashes. In particular, we would just look up realisations with the store paths directly. That solves the problem
Follow up from #13573
The issue is that GC calls
queryPartialDerivationOutputMap, which for floating CA derivations (without statically-known output paths) current reads in the derivation forstaticOutputHashes.The solution #11897, which gets rid of
staticOutputHashes. In particular, we would just look up realisations with the store paths directly. That solves the problem