| commit | 592a31c1c4aab03f2d5c05ddc22c5d6d64dfd3c5 | [log] [tgz] |
|---|---|---|
| author | Greg Magolan <greg@aspect.dev> | Tue Aug 13 17:46:43 2024 -0700 |
| committer | Greg Magolan <greg@aspect.dev> | Wed Aug 14 07:38:08 2024 -0700 |
| tree | e730caba138031ac95753d10ce8d20a8182b94b8 | |
| parent | 5d09fc1b8352ef276dd4dd873b3dc5b0f5482f19 [diff] |
DNL: testing
Base Starlark libraries and basic Bazel rules which are useful for constructing rulesets and BUILD files.
This module depends on bazel-skylib. In theory all these utilities could be upstreamed to bazel-skylib, but the declared scope of that project is narrow and it‘s very difficult to get anyone’s attention to review PRs there.
bazel-lib is just a part of what Aspect provides:
Installation instructions are included on each release: https://github.com/aspect-build/bazel-lib/releases
To use a commit rather than a release, you can point at any SHA of the repo.
For example to use commit abc123:
url = "https://github.com/aspect-build/bazel-lib/releases/download/v0.1.0/bazel-lib-v0.1.0.tar.gz" with a GitHub-provided source archive like url = "https://github.com/aspect-build/bazel-lib/archive/abc123.tar.gz"strip_prefix = "bazel-lib-0.1.0" with strip_prefix = "bazel-lib-abc123"sha256. The easiest way to do this is to comment out the line, then Bazel will print a message with the correct value.Note that GitHub source archives don't have a strong guarantee on the sha256 stability, see https://github.blog/2023-02-21-update-on-the-future-stability-of-source-code-archives-and-hashes