Closed rrcomtech closed 2 months ago
Mhm. Shouldn't take too long. Can you run git fetch from github normally? Sometimes github just has a bad day. Make sure to have everything green on https://status.github.com
Yes, git fetch
works just fine and completes within a couple of seconds. What are the requirements on the nixpkgs dir that I'm in? I don't have a complete clone of the nixpkgs repo, but a repo containing only the branch that I want to review.
Ah. maybe git doesn't find the matching ref and does some really slow search. I think it's better to have the full history of master or staging depending on the PR.
But cloning the full master might be really hard to do? Even the wiki suggests running git clone <nixpkgs> --depth 1
. So you wouldn't have the whole history. At least cloning on my machine fails when not specifying --depth 1
.
Don't know how to fix this. Not sure why you cannot just do a full clone of nixpkgs. If you run already in performance bottlenecks with this, your computer might be not powerful enough to run other nix operations.
Usually, cloning such a big project does not work well on smaller machines. I guess I got it working now, when using a bigger internet connection.
I'm running
and get
After that, nothing happens. I assume that this is due to the size of nixpkgs. So is there a way I can still use
nixpkgs-review
?