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

Repository files navigation

bzlws

Rules for manipulating your Bazel workspace

Install

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bzlws",
    strip_prefix = "bzlws-f929e5380f441f50a77776d34a7df8cacdbdf986",
    url = "https://github.com/zaucy/bzlws/archive/f929e5380f441f50a77776d34a7df8cacdbdf986.zip",
    sha256 = "5bebb821b158b11d81dd25cf031b5b26bae97dbb02025df7d0e41a262b3a030b",
)

load("@bzlws//:repo.bzl", "bzlws_deps")
bzlws_deps()

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

Releases

No releases published

Packages

No packages published