-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
sequoia: 0.16.0 -> 0.17.0 #90591
sequoia: 0.16.0 -> 0.17.0 #90591
Conversation
Tests fail in CI. |
Hm, builds fine on my machine. I'll take a look at those tests. |
Yeah, it's unfortunate :-/ One thing we can try though, is to reduce the number of tests run in parallel by overriding the check phase, and setting the |
Tests for 'sequoia-store' often error with 'Too many open filehandles' on ofBorg and Hydra. Exclude them until a better solution can be found.
Let's see if deactivating the 'sequoia-store' tests does the trick :D |
So, I noticed (in the log posted in #70646 and the failed build here) that the failing tests are all for the |
@GrahamcOfBorg's environment is not exactly as hydra, but still, the idea sounds good to me. |
We won't know if it works on Hydra until it has been built there 😆. I'm not too familiar with how Hydra works, but I guess we'll have to merge this, right? |
I agree, let's merge this. |
Motivation for this change
sequoia
version 0.17.0 has been releasedThings done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)Ping maintainers: @minijackson, @doronbehar