From 4a7699bc44906a399ab039f0ee9e1c3db6dd5735 Mon Sep 17 00:00:00 2001 From: Felix Hanau Date: Fri, 2 Jan 2026 10:47:25 -0500 Subject: [PATCH] Revert "update bazel registry to a mirror" This reverts commit 4a2c693bf89a5c29298373aa12dbc93d94dd43e8. --- .bazeliskrc | 3 --- .bazelrc | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 .bazeliskrc diff --git a/.bazeliskrc b/.bazeliskrc deleted file mode 100644 index b0ba8babcea..00000000000 --- a/.bazeliskrc +++ /dev/null @@ -1,3 +0,0 @@ -# Use GitHub as mirror for Bazel binary downloads -# This works around outages at releases.bazel.build -BAZELISK_BASE_URL=https://github.com/bazelbuild/bazel/releases/download diff --git a/.bazelrc b/.bazelrc index 61eb2820d3f..02168826ada 100644 --- a/.bazelrc +++ b/.bazelrc @@ -10,9 +10,6 @@ build --test_size_filters=-enormous # corresponds to small,medium,large,enormous tests (medium is default) build --test_timeout=3,15,60,240 -# Use GitHub mirror for BCR to work around bcr.bazel.build outages -common --registry=https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/main/ - # We're only using bzlmod in a nominal capacity so far common --enable_workspace