-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip packages that requireFile by default #63
Comments
I actually consider that as a feature, that |
I'm not familiar with the codebase -- would it be feasible to have a flag to control this? I would much rather not have noise caused by issues unrelated to my change. |
It is not so trivial to implement that. |
I have same wish: to hide requireFile packages from results. But I don't know what the proper solution is.
As the number of packages using requireFile increases it is getting worse. In worst case, couldn't we manually compile a list of packages having requireFile for skipping? |
What about having a requireFile blacklist of packages? I wouldn't mind keeping it updated. :-) |
Would be possible to check for a flag like, |
I'm using nix-review on a PR that causes a fair amount of transitive rebuilds (~1500). A few of these have been failing because they rely on source files that can't be automatically fetched.
Could nix-review somehow ignore by default packages that are set as not buildable on Hydra? This seems like a useful heuristic for "things that can be built unattended with no human action".
The text was updated successfully, but these errors were encountered: