Commit 1f645b4
committed
Add
Companion to canonical/craft-providers#900
When the cache dir is mounted from the LXD host, hardlinking from the global cache (uv's default behavior) is not possible
e.g.
```
:: 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.
```UV_LINK_MODE=copy
1 parent 71291d5 commit 1f645b4
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
0 commit comments