Skip to content
/ bzlws Public

Bazel rules for interacting with bazel build artifacts and bringing them into your workspace

License

Notifications You must be signed in to change notification settings

zaucy/bzlws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e26474 · Jul 24, 2024

History

77 Commits
Jul 5, 2024
Jul 5, 2024
Jul 5, 2024
Jul 5, 2024
Jul 5, 2024
Jul 5, 2024
Jul 5, 2024
Jul 5, 2024
Jul 5, 2024
Jan 22, 2020
Jul 5, 2024
Jul 5, 2024
Jul 5, 2024
Jul 28, 2020
Jul 5, 2024
Jul 24, 2024
Jul 5, 2024
Jul 5, 2024

Repository files navigation

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

About

Bazel rules for interacting with bazel build artifacts and bringing them into your workspace

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published