You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
Describe the bug lorri watch or lorri daemon takes ~20 minutes to complete a project (using 100% of the cpu) that has all it's dependencies available in /nix/store. When I run nix-shell on the same folder, I can drop into the shell right away, but for lorri it keeps taking forever. I get the same result when I shut down lorri daemon after it completes a project build event, re-run lorri daemon and wait for it to build the same project.
To Reproduce
Steps to reproduce the behavior:
run lorri daemon --verbose
trigger direnv on a folder
wait for it to be completed
Expected behavior
It should be outputting debug logging and it shouldn't take that long for a project to be completed.
$ uname -aDarwin C02ZX1V2MD6N 19.6.0 Darwin Kernel Version 19.6.0: Sun Jul 5 00:43:10 PDT 2020; root:xnu-6153.141.1~9/RELEASE_X86_64 x86_64 i386 MacBookPro16,1 Darwin
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
lorri watch
orlorri daemon
takes ~20 minutes to complete a project (using 100% of the cpu) that has all it's dependencies available in/nix/store
. When I runnix-shell
on the same folder, I can drop into the shell right away, but for lorri it keeps taking forever. I get the same result when I shut down lorri daemon after it completes a project build event, re-runlorri daemon
and wait for it to build the same project.To Reproduce
Steps to reproduce the behavior:
lorri daemon --verbose
Expected behavior
It should be outputting debug logging and it shouldn't take that long for a project to be completed.
Metadata
The text was updated successfully, but these errors were encountered: