Skip to content
Verified Commit abc68643 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 a7cc912c
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