Skip to content
Verified Commit 51c84b1d authored by Matthew Clarkson's avatar Matthew Clarkson
Browse files

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"],
    },
)
```
parent 1e9fc43a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment