From 4ed086be0a77a624b252f77263e3241b85f5727f Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 4 Jun 2025 21:56:05 +0200 Subject: Use new Bazel registry --- .bazelrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bazelrc') diff --git a/.bazelrc b/.bazelrc index 90d6304..9d5ebf6 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,5 +1,5 @@ -common --registry=https://bcr.bazel.build -common --registry=https://git.stevenlr.com/460nm/bazel-registry.git/plain/ +common --registry=https://bcr.bazel.build/ +common --registry=https://bazel.stevenlr.com/registry/ build --enable_platform_specific_config -- cgit