Ludovic Courtès <[email protected]> writes:
> Could you try:
>
> mv ~/.cache/guix/authentication/channels/guix{,.bak}
> time make authenticate
> mv ~/.cache/guix/authentication/channels/guix{.bak,}
>
> ?
real 0m49.496s
user 0m43.733s
sys 0m1.658s
And then running it again:
--8<---------------cut here---------------start------------->8---
$ [env] time make authenticate
Authenticating Git checkout...
Authenticating d68de95 to fb1675e (0 commits)...
real 0m2.692s
user 0m2.877s
sys 0m0.128s
$ [env] time make authenticate
Authenticating Git checkout...
Authenticating d68de95 to fb1675e (0 commits)...
real 0m2.754s
user 0m2.939s
sys 0m0.111s
--8<---------------cut here---------------end--------------->8---
--
Ricardo