From 7929f24d1691a6dd75fea0b84b0892b43b8054aa Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Tue, 2 Jul 2024 16:12:41 -0700 Subject: [PATCH] chore: add curl registry override --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 664da3f..824863b 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,5 +1,6 @@ common --enable_bzlmod common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/main +common --registry=https://raw.githubusercontent.com/zaucy/bazel-central-registry/add-curl-config2 # temporary common --registry=https://raw.githubusercontent.com/bazelboost/registry/main common --registry=https://bcr.bazel.build