Skip to content

Commit

Permalink
Add bazel-lib 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jun 6, 2022
1 parent 8216ddc commit 1d7747f
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/aspect_bazel_lib/0.11.0/source.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"integrity": "sha256-FOhLIRidhXU5wIPfIjyK4utY9WvrPaPsdG2xJl9onHo=",
"strip_prefix": "bazel-lib-0.11.0",
"url": "https://github.com/aspect-build/bazel-lib/archive/v0.11.0.tar.gz"
"url": "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v0.11.0.tar.gz"
}
2 changes: 1 addition & 1 deletion modules/aspect_bazel_lib/0.12.1/source.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"integrity": "sha256-kapzVrIuzbh9z18cyKahR+I6HvQlIhurdeX4V81rJxY=",
"strip_prefix": "bazel-lib-0.12.1",
"url": "https://github.com/aspect-build/bazel-lib/archive/v0.12.1.tar.gz"
"url": "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v0.12.1.tar.gz"
}
19 changes: 19 additions & 0 deletions modules/aspect_bazel_lib/1.0.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
"aspect-build/bazel-lib"

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

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")
14 changes: 14 additions & 0 deletions modules/aspect_bazel_lib/1.0.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
build_targets: &build_targets
- "@aspect_bazel_lib//lib/tests:expand_template_test"

platforms:
centos7:
build_targets: *build_targets
debian10:
build_targets: *build_targets
macos:
build_targets: *build_targets
ubuntu2004:
build_targets: *build_targets
windows:
build_targets: *build_targets
5 changes: 5 additions & 0 deletions modules/aspect_bazel_lib/1.0.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-s4GsTcpUTsxVFZFvOAZul5NihHfiV37beyqwTowhBzg=",
"strip_prefix": "bazel-lib-1.0.0",
"url": "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.0.0.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/aspect_bazel_lib/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"0.11.0",
"0.11.4",
"0.12.1",
"0.4.2"
"0.4.2",
"1.0.0"
],
"yanked_versions": {}
}
2 changes: 1 addition & 1 deletion modules/aspect_rules_js/0.5.0/source.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"integrity": "sha256-5d4taqPGmHh1CFw4GEeiFrEFOwlexRwR6Xt4EwlAatQ=",
"strip_prefix": "rules_js-0.5.0",
"url": "https://github.com/aspect-build/rules_js/archive/v0.3.2.tar.gz"
"url": "https://github.com/aspect-build/rules_js/archive/refs/tags/v0.3.2.tar.gz"
}
2 changes: 1 addition & 1 deletion modules/aspect_rules_swc/0.3.1/source.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"integrity": "sha256-tYyPNoEhWvMIQrw+7sMMnSBHzfYzArun0uhsVaXHft8=",
"strip_prefix": "rules_swc-0.3.1",
"url": "https://github.com/aspect-build/rules_swc/archive/v0.3.1.tar.gz"
"url": "https://github.com/aspect-build/rules_swc/archive/refs/tags/v0.3.1.tar.gz"
}

0 comments on commit 1d7747f

Please sign in to comment.