Hi @FallenDeity @phalt
on my machine when installing the dependencies with make install-base I got a warning:
Warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance.
If the cache and target directories are on different filesystems, hardlinking may not be supported.
If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning.
Installed 22 packages in 6.27s
Is it something ok? It happens on your systems as well? Should we add the --link-mode=copy as a default?
Hi @FallenDeity @phalt
on my machine when installing the dependencies with
make install-baseI got a warning:Is it something ok? It happens on your systems as well? Should we add the
--link-mode=copyas a default?