From 19e2164441f18387cbfcacecc74170a3b0535387 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 4 Jun 2025 21:59:48 +0200 Subject: Use the new Bazel registry --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bazelrc') diff --git a/.bazelrc b/.bazelrc index 1acd102..81e46ce 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,3 +1,6 @@ +common --registry=https://bcr.bazel.build/ +common --registry=https://bazel.stevenlr.com/registry/ + startup --windows_enable_symlinks build:windows --enable_runfiles=true -- cgit