feat(rules_download): hermetic `commands`
Allows running commands using hermetically provided binaries:
```py
archive = use_repo_rule("@rules_download//download:defs.bzl", "download_archive")
archive(
...,
commands = {
"symlink": ["ln", "-s", "abc", "foo"],
},
)
```
Loading
-
mentioned in commit aa98a731
By Ghost User on 2024-02-13T12:04:43
-
mentioned in commit 4fb96fe3
By Ghost User on 2024-08-30T15:53:15
-
mentioned in commit f2cd4af4
By Ghost User on 2024-09-08T15:12:16
-
mentioned in commit 90c3174b
By GITLAB_TOKEN on 2025-01-22T11:30:35
Please register or sign in to comment