In a WORKSPACE or MODULE.bazel file add an http_archive rule to fetch the ruleset:
http_archive(
name = "vector_bazel_rules",
sha256 = "e80f003c59bbc113a3736d30e518908dee1922021e87a43ea332a677cc912950",
url = "https://github.com/vectorgrp/bazel-rules/releases/download/1.3.5/source.tar.gz",
)What's Changed
- Linux update by @VFelixBecker in #13
Full Changelog: 1.3.4...1.3.5
GitHub Pages link for download count: https://vectorgrp.github.io/bazel-rules/?tag=1.3.5