In this commit I removed the filterBySystem which is previously applied on outtree-packages because is will try to evaluate the entire set eagerly, leading to some annoying problems. For example, building re-export.feeluown will be blocked in commit dd942b4c4728f742c6904f6ed0e935972712ad2a because re-export.xmm7360-pci_5_9 cannot be evaluated correctly. How can I keep the filter while avoiding evaluating the entire set?
In this commit I removed the
filterBySystem
which is previously applied onouttree-packages
because is will try to evaluate the entire set eagerly, leading to some annoying problems. For example, buildingre-export.feeluown
will be blocked in commit dd942b4c4728f742c6904f6ed0e935972712ad2a becausere-export.xmm7360-pci_5_9
cannot be evaluated correctly. How can I keep the filter while avoiding evaluating the entire set?