-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Scarab crashes on startup #345038
Comments
Strange, I was just changing |
Yep, that fixes it. No idea why, but then I'm not a .NET person… |
I looked into this a bit. I think the underlying problem is described by:
Both projects are publishing to the same location. Looking at the troublesome dll:
The one that ends up in $out is the one from 'coverlet.collector', but there's likely some non-deterministic aspect to it. I think this is probably the way to go:
Tests are currently being built and published, but never run. This will run them but not publish them. |
By using testProjectFile, we can properly build the test and run it in checkPhase, as well as not include the test in the derivation output. This also happens to fix the startup crash as described in NixOS#345038.
Describe the bug
Steps To Reproduce
Steps to reproduce the behavior:
Scarab
within GNOME + Wayland (not tested with any other windowing systems)Expected behavior
It should not crash.
Notify maintainers
@huantianad There's an upstream PR by you; does that need to be released for Scarab to work?
Metadata
"x86_64-linux"
Linux 6.6.52, NixOS, 24.11 (Vicuna), 24.11pre684846.30439d93eb8b
yes
yes
nix-env (Nix) 2.18.7
"nixos, nixos-hardware, nixos-stable-24.05"
/nix/var/nix/profiles/per-user/root/channels/nixos
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: