From c43047abf1f36c6a31300437755cc37eea6927b8 Mon Sep 17 00:00:00 2001 From: Nicolas Nobelis Date: Mon, 22 Jul 2024 11:35:48 +0200 Subject: [PATCH] fix(Bazel): Fix BazelTest It is unclear why this test was ever passing. However, with the upcoming change to Bazelisk, it is failing if not corrected. Signed-off-by: Nicolas Nobelis --- .../assets/projects/synthetic/bazel-local-registry/.bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-local-registry/.bazelrc b/plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-local-registry/.bazelrc index cdaf63b6be21..d230ec9a1afa 100644 --- a/plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-local-registry/.bazelrc +++ b/plugins/package-managers/bazel/src/funTest/assets/projects/synthetic/bazel-local-registry/.bazelrc @@ -1,3 +1,3 @@ -common --registry=file://%workspace%/tools/bazelbuild/registry/ +common --registry=file://%workspace%/registry/ common --registry=https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/main/