From d9a3acbfcb8396b76d290999bffbbe9dcb2e63d0 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Thu, 9 May 2024 20:27:33 -0700 Subject: [PATCH 1/2] chore: repro for https://github.com/bazelbuild/bazel-central-registry/pull/1943 --- bazel/common.bazelrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bazel/common.bazelrc b/bazel/common.bazelrc index 9c8eb86..dd6b9ce 100644 --- a/bazel/common.bazelrc +++ b/bazel/common.bazelrc @@ -1,8 +1,9 @@ startup --windows_enable_symlinks common --enable_bzlmod common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/main -common --registry=https://raw.githubusercontent.com/zaucy/bazel-central-registry/add-curl-config2 # temporary common --registry=https://raw.githubusercontent.com/bazelboost/registry/main +# common --registry=https://raw.githubusercontent.com/zaucy/bazel-central-registry/add-curl-config2 # temporary +common --registry=https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/aa70252a81fb24bc4f01e4953cabfb5639a354ce # temporary common --registry=https://bcr.bazel.build build --enable_platform_specific_config build --incompatible_enable_cc_toolchain_resolution From f11194f5dc30f8762bc5dc14099794b9a5932dc7 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Tue, 4 Jun 2024 14:56:32 -0700 Subject: [PATCH 2/2] chore: update commit hash for repro --- bazel/common.bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/common.bazelrc b/bazel/common.bazelrc index dd6b9ce..30a5b9e 100644 --- a/bazel/common.bazelrc +++ b/bazel/common.bazelrc @@ -3,7 +3,7 @@ common --enable_bzlmod common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/main common --registry=https://raw.githubusercontent.com/bazelboost/registry/main # common --registry=https://raw.githubusercontent.com/zaucy/bazel-central-registry/add-curl-config2 # temporary -common --registry=https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/aa70252a81fb24bc4f01e4953cabfb5639a354ce # temporary +common --registry=https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/41e14835910af4cbc85846469e9ad93828e707f4 # temporary common --registry=https://bcr.bazel.build build --enable_platform_specific_config build --incompatible_enable_cc_toolchain_resolution