Conversation
philiptaron
left a comment
There was a problem hiding this comment.
Thanks! Could you add a test using versionCheckHook to the package build?
|
Huh. Process completed with exit code 143. No error logs. Not great. |
Oh, I'm sorry. I forgot the in-tree With your commit, if I add So, that seems correct, no? I suspect some other tests are failing then, like Locally, with 16 GB of RAM, and almost filling all of my 20GB swap, everything passed: |
|
Cachix sets with:
extra_nix_config: |
max-jobs = 1 |
This PR simply adds the
clap-flagversion, so that-Vor--versioncan be passed to get the current version ofnixpkgs-vet.Why: to make
versionCheckHookwork. Some effort is being made right now to packagenixpkgs-vetinside ofnixpkgs(here) andversionCheckHookis a good practice to allow r-ryantm to test its updates, and a way to make sure that a build only succeeds when the output binary has at least some basic functionality.