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 dd942b4 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
filterBySystemwhich is previously applied onouttree-packagesbecause is will try to evaluate the entire set eagerly, leading to some annoying problems. For example, buildingre-export.feeluownwill be blocked in commit dd942b4 becausere-export.xmm7360-pci_5_9cannot be evaluated correctly. How can I keep the filter while avoiding evaluating the entire set?