Skip to content

Commit

Permalink
fix: upgrade bazel-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Feb 28, 2024
1 parent d48edb4 commit e1caa73
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
13 changes: 12 additions & 1 deletion .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"homepage": "https://github.com/GoogleContainerTools/rules_distroless",
"maintainers": [],
"maintainers": [
{
"email": "[email protected]",
"github": "loosebazooka",
"name": "Appu Goundan"
},
{
"email": "[email protected]",
"github": "thesayyn",
"name": "Şahin Yort"
}
],
"repository": ["github:GoogleContainerTools/rules_distroless"],
"versions": [],
"yanked_versions": {}
Expand Down
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bcr_test_module:
module_path: "e2e/smoke"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module(
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "aspect_bazel_lib", version = "2.0.3")
bazel_dep(name = "aspect_bazel_lib", version = "2.5.0")

bazel_lib_toolchains = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "toolchains")
bazel_lib_toolchains.tar()
Expand Down
6 changes: 3 additions & 3 deletions distroless/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def rules_distroless_dependencies():

http_archive(
name = "aspect_bazel_lib",
sha256 = "c858cc637db5370f6fd752478d1153955b4b4cbec7ffe95eb4a47a48499a79c3",
strip_prefix = "bazel-lib-2.0.3",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.0.3/bazel-lib-v2.0.3.tar.gz",
sha256 = "f5ea76682b209cc0bd90d0f5a3b26d2f7a6a2885f0c5f615e72913f4805dbb0d",
strip_prefix = "bazel-lib-2.5.0",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.5.0/bazel-lib-v2.5.0.tar.gz",
)

0 comments on commit e1caa73

Please sign in to comment.