We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd52708 commit 9ee5599Copy full SHA for 9ee5599
flags.bzl
@@ -218,6 +218,14 @@ FLAGS = {
218
This flag was flipped for Bazel 8.
219
""",
220
),
221
+ "module_mirrors": struct(
222
+ default = "bcr.cloudflaremirrors.com",
223
+ if_bazel_version = ge("8.4.0"),
224
+ description = """\
225
+ Add the CloudFlare mirror of BCR-referenced downloads.
226
+ Improves reliability of Bazel when CDNs are flaky, for example issues with ftp.gnu.org in 2025.
227
+ """,
228
+ ),
229
"remote_download_outputs": struct(
230
command = "common:ci",
231
if_bazel_version = ge("7.0.0rc1"),
0 commit comments