Skip to content

Commit

Permalink
Publish aspect-build/bazel-lib@v1.32.0 (#639)
Browse files Browse the repository at this point in the history
Co-authored-by: Derek Cormier <derek@aspect.dev>
  • Loading branch information
publish-to-bcr-bot[bot] and kormide committed May 17, 2023
1 parent c75af90 commit 7b1f476
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 1 deletion.
26 changes: 26 additions & 0 deletions modules/aspect_bazel_lib/1.32.0/MODULE.bazel
@@ -0,0 +1,26 @@
"aspect-build/bazel-lib"

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

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", "expand_template_toolchains")


register_toolchains(
"@copy_directory_toolchains//:all",
"@copy_to_directory_toolchains//:all",
"@jq_toolchains//:all",
"@yq_toolchains//:all",
"@coreutils_toolchains//:all",
"@expand_template_toolchains//:all"
)
@@ -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.32.0",
)

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.32.0/presubmit.yml
@@ -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.32.0/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-8cGBuRD4IQcvOO5Fu4fba1YnVFjH+DLFTFS6YzQRnso=",
"strip_prefix": "bazel-lib-1.32.0",
"url": "https://github.com/aspect-build/bazel-lib/releases/download/v1.32.0/bazel-lib-v1.32.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-sdqdqrTrI0iNJiBptqARk+0Oh/3jKOCf1S4qJ+z7o2g="
},
"patch_strip": 0
}
3 changes: 2 additions & 1 deletion modules/aspect_bazel_lib/metadata.json
Expand Up @@ -69,7 +69,8 @@
"1.31.0",
"1.31.1",
"1.31.2",
"1.31.3"
"1.31.3",
"1.32.0"
],
"yanked_versions": {
"1.31.0": "1.31.0 has a breaking change to the default yq version"
Expand Down

0 comments on commit 7b1f476

Please sign in to comment.