diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-06-04 21:56:05 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-06-04 21:56:05 +0200 |
commit | 4ed086be0a77a624b252f77263e3241b85f5727f (patch) | |
tree | 3423ab298383a60cab719e92691b94101a2d0306 /.bazelrc | |
parent | 7ec394db8961009e6ac23fea909f8353d865f7a3 (diff) |
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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
|