-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
nixpkgs-update-fetch-updatescript
is broken
#1180
Comments
Seems to have been fixed in nixpkgs but I'll leave this issue open until we make the fetcher able to handle nixpkgs breakage or we decide making against any changes here and just keep fixing breakage in nixpkgs as it is occurs. |
Broken again:
|
|
@infinisil I thought I'd ask you about this as you are working on the github actions eval checks. Seems to be every few weeks an updateScript that doesn't evaluate is merged in nixpkgs, we then need to bisect and fix it as it breaks the service that generates a list of all the updateScripts for the nixpkgs-update bot. We could try handling the eval failures on our side (in this file) and maybe even publish a list of packages with a broken updateScript but I expect we'd still get questions along the lines of "why isn't the bot working for my package". How feasible would it be to extend the nixpkgs eval checks to enforce evaluation of |
cc @ryantm @rhendric
This fetcher seems to depend on being able to evaluate all of the
updateScript
's in nixpkgs without error. I've fixed a brokenupdateScript
in nixpkgs once already for this fetcher but it'll probably be better if we could change it to ignore errors. Making ofborg enforce evaluation ofupdateScript
might also be a possibility if ignoring errors isn't feasible?Current error:
With
export NIXPKGS_ALLOW_UNFREE=1
:The text was updated successfully, but these errors were encountered: