From 89222e2cbb814572bf538bd4b332c0be5cf7e1a2 Mon Sep 17 00:00:00 2001 From: salma-samy Date: Mon, 12 Feb 2024 08:30:37 -0800 Subject: [PATCH] Update bazelrc command from build to common to keep the same StarlarkSemantics for other commands PiperOrigin-RevId: 606260677 Change-Id: I955107ba5c60b0a2925e8147a319bf15c19e2234 --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 17e0066c745949..f72da6a16f3cda 100644 --- a/.bazelrc +++ b/.bazelrc @@ -55,7 +55,7 @@ build --java_language_version=11 build --tool_java_language_version=11 # Fail if a glob doesn't match anything (https://github.com/bazelbuild/bazel/issues/8195) -build --incompatible_disallow_empty_glob +common --incompatible_disallow_empty_glob # User-specific .bazelrc try-import %workspace%/user.bazelrc