From 06639609905b8f3d2a21526cd6f1ab52eadb7b25 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Tue, 2 Jul 2024 16:15:50 -0700 Subject: [PATCH] chore: add curl registry override --- e2e/bzlmod-ecsact-sdk/.bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/bzlmod-ecsact-sdk/.bazelrc b/e2e/bzlmod-ecsact-sdk/.bazelrc index 770e613..124e9c8 100644 --- a/e2e/bzlmod-ecsact-sdk/.bazelrc +++ b/e2e/bzlmod-ecsact-sdk/.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