-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
invalid behavior on darwin #158
Comments
You cannot evaluate nixpkgs like this. The error message you see also tells you that. Checkout https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release.nix instead which is also used by hydra to evaluate nixpkgs. |
This was example lol |
@Mic92 Why on darwin its stops after first error. But on Linux it continues? It is proper behavior? |
Potentially the eval process crashed. But it's hard to say from the log why. Maybe out of memory? |
Output with
I have free 25gb ram 🤔 |
@Mic92 My diff and debug log: Diff:
Log:
So there is missing handling |
Full backtrace:
|
The error handling in nix-eval-jobs is not so great... It was mainly inherited from its hydra origin. |
maybe hydra need this fix also? |
There is invalid behavior on darwin.
nix-eval-jobs
just stops after first error.Darwin:
Linux:
The text was updated successfully, but these errors were encountered: