bzlws
0.2.0
published 1 year ago
11 stars
0 forks
3 watchers
MIT License
public
1 assets
1,111 downloads
17 KB
Compatibility level 1
jl+BOXQ4QpE2DpndYZ6tN2TSMPvrL023GjfMtL9JjhQ=
Maintained byEzekiel Warren
0.2.0
July 5, 2024
[expand for release notes]

bzlws

Rules for bringing bazel artifacts out of the bazel output directories and into your workspace.

Install

Add to your MODULE.bazel file:

bazel_dep(name = "bzlws", version = "0.2.0")

On windows runfiles aren't enabled by default. bzlws needs runfiles in order to work. Enable them by adding this to your .bazelrc:

build --enable_runfiles

See Documentation for usage

License

MIT