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