Skip to content

Commit

Permalink
fix: WORKSPACE users need bazel-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed May 2, 2024
1 parent c383110 commit f4e4a80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aws/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ def rules_aws_dependencies():
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.6.1/bazel-skylib-1.6.1.tar.gz",
],
)
http_archive(
name = "aspect_bazel_lib",
sha256 = "6c25c59581041ede31e117693047f972cc4700c89acf913658dc89d04c338f8d",
strip_prefix = "bazel-lib-2.5.3",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.5.3/bazel-lib-v2.5.3.tar.gz",
)

########
# Remaining content of the file is only used to support toolchains.
Expand Down

0 comments on commit f4e4a80

Please sign in to comment.