Skip to content

Commit

Permalink
aspect-build/bazel-lib@v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jul 6, 2022
1 parent 21bb426 commit 396b4c1
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
21 changes: 21 additions & 0 deletions modules/aspect_bazel_lib/1.5.1/MODULE.bazel
@@ -0,0 +1,21 @@
"aspect-build/bazel-lib"

module(
name = "aspect_bazel_lib",
compatibility_level = 1,
toolchains_to_register = [
"@jq_toolchains//:all",
"@yq_toolchains//:all",
],
version = "1.5.1",
)

bazel_dep(name = "bazel_skylib", version = "1.1.1")
bazel_dep(name = "platforms", version = "0.0.4")
bazel_dep(name = "stardoc", repo_name = "io_bazel_stardoc", version = "0.5.0")

ext = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "ext")

use_repo(ext, "jq_toolchains")

use_repo(ext, "yq_toolchains")
10 changes: 10 additions & 0 deletions modules/aspect_bazel_lib/1.5.1/presubmit.yml
@@ -0,0 +1,10 @@
bcr_test_module:
module_path: "e2e/bzlmod"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/aspect_bazel_lib/1.5.1/source.json
@@ -0,0 +1,5 @@
{
"integrity": "sha256-ijKdZulbNu/Ptm4MEHTl82ub5+W2/OlmBTFdsIjrFAc=",
"strip_prefix": "bazel-lib-1.5.1",
"url": "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.5.1.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/aspect_bazel_lib/metadata.json
Expand Up @@ -18,7 +18,8 @@
"1.3.0",
"1.3.1",
"1.4.0",
"1.5.0"
"1.5.0",
"1.5.1"
],
"yanked_versions": {}
}

0 comments on commit 396b4c1

Please sign in to comment.