From a1a81d1720a0a3b850992d4825d0a023baa8e65a Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Tue, 27 Feb 2024 15:24:44 -0600 Subject: [PATCH] Update bazel-lib to include https://github.com/aspect-build/bazel-lib/pull/768 (#13675) (cherry picked from commit 87b127365f46ecba68598bfd2752437d952298ae) --- WORKSPACE | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WORKSPACE b/WORKSPACE index d609aeca0ce7..3bfcf10d6787 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -113,6 +113,13 @@ http_archive( url = "https://github.com/GoogleContainerTools/distroless/archive/9dc924b9fe812eec2fa0061824dcad39eb09d0d6.tar.gz", # 2024-01-24 ) +http_archive( + name = "aspect_bazel_lib", + 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", +) + load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains") aspect_bazel_lib_dependencies()