From 00111ed711fa5491c12f6b1d22699d4e9393ecd1 Mon Sep 17 00:00:00 2001 From: Simon Mavi Stewart Date: Mon, 3 Feb 2025 10:43:53 +0000 Subject: [PATCH] [bazel] Use the new workspace naming convention --- .bazelrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 9e75d42ea46ef..a9bb83374335e 100644 --- a/.bazelrc +++ b/.bazelrc @@ -10,8 +10,9 @@ try-import %workspace%/.bazelrc.windows.local common --lockfile_mode=off -# Prepare for Bazel 8. This becomes the default in 8.0.0 +# Prepare for Bazel 8. These become the default in 8.0.0 common --incompatible_disallow_empty_glob +common --incompatible_use_plus_in_repo_names # Ensure Windows support is accurate.