Skip to content

Commit

Permalink
Publish aspect-build/bazel-lib@v1.31.3 (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
publish-to-bcr-bot[bot] committed May 16, 2023
1 parent 7cea3b4 commit db9d9cb
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 1 deletion.
24 changes: 24 additions & 0 deletions modules/aspect_bazel_lib/1.31.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
"aspect-build/bazel-lib"

module(
name = "aspect_bazel_lib",
compatibility_level = 1,
version = "1.31.3",
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.4.1", dev_dependency = True)
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, "copy_directory_toolchains", "copy_to_directory_toolchains", "jq_toolchains", "yq_toolchains", "coreutils_toolchains")

register_toolchains(
"@copy_directory_toolchains//:all",
"@copy_to_directory_toolchains//:all",
"@jq_toolchains//:all",
"@yq_toolchains//:all",
"@coreutils_toolchains//:all"
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Index: MODULE.bazel
===================================================================
--- MODULE.bazel
+++ MODULE.bazel
@@ -2,9 +2,9 @@

module(
name = "aspect_bazel_lib",
compatibility_level = 1,
- version = "0.0.0",
+ version = "1.31.3",
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.4.1", dev_dependency = True)
10 changes: 10 additions & 0 deletions modules/aspect_bazel_lib/1.31.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bcr_test_module:
module_path: "e2e/smoke"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/aspect_bazel_lib/1.31.3/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-JdYHcFp5rp6MS+jHcGBGRnmcPjffBHvnWm8vKE1EcW0=",
"strip_prefix": "bazel-lib-1.31.3",
"url": "https://github.com/aspect-build/bazel-lib/releases/download/v1.31.3/bazel-lib-v1.31.3.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-H1SpSvVinO41smKvdDsC8f9SRfqPycEx/A7i3YzEnrA="
},
"patch_strip": 0
}
3 changes: 2 additions & 1 deletion modules/aspect_bazel_lib/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"1.30.2",
"1.31.0",
"1.31.1",
"1.31.2"
"1.31.2",
"1.31.3"
],
"yanked_versions": {
"1.31.0": "1.31.0 has a breaking change to the default yq version"
Expand Down

0 comments on commit db9d9cb

Please sign in to comment.