refactor: change `symlinks` to `links`
On Windows `ctx.symlink` actually creates hardlinks.
BREAKING CHANGE: `symlinks` in the rule is now `links`
```diff
download_archive(
- symlinks = {
+ links = {
"abc.txt": "def.txt",
}
)
```
Loading
-
mentioned in commit aa98a731
By Ghost User on 2024-02-13T12:04:42
-
mentioned in commit 4fb96fe3
By Ghost User on 2024-08-30T15:53:12
-
mentioned in commit f2cd4af4
By Ghost User on 2024-09-08T15:12:14
-
mentioned in commit 90c3174b
By GITLAB_TOKEN on 2025-01-22T11:30:32
Please register or sign in to comment