-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
kitty: 0.18.1 → 0.18.2 #94240
kitty: 0.18.1 → 0.18.2 #94240
Conversation
32e83b3
to
6b7530a
Compare
Result of 1 package failed to build:- kitty
|
Can you do a |
Oh great, another cryptic error message related to |
@GrahamcOfBorg build kitty |
We can also get the full log from ofborg... |
I would say just |
6b7530a
to
e94a383
Compare
For the newly introduced test_multiprocessing_spawn, we need to set PATH to include the freshly built kitty binary, since it uses kitty_exe() to determine the path to the binary which it uses to spawn worker processes.
e94a383
to
c8f1df0
Compare
Fixed in c8f1df0. |
Your commit was very helpful. I think I found a good way to do this in kitty so we don't need to change the PATH. I'll report back once I've made a PR upstream, then we can apply that as a patch. |
It's only really a problem in the tests for |
Well, this problem could also happen in other environments when running the tests with kitty not in the path or in |
@GrahamcOfBorg build kitty |
Result of 1 package built:- kitty |
The solution upstream recommends is to build the launcher before running the tests, see kovidgoyal/kitty#2885. I think I'll do this when I update kitty the next time. |
There is an installCheckPhase for that. |
Motivation for this change
https://github.com/kovidgoyal/kitty/releases/tag/v0.18.2
Things 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)