From 9a51a6c665a7f24e26ac0a2bac7a84639f83f1cd Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Wed, 4 Sep 2024 23:03:18 +0530 Subject: [PATCH] chore: explicitly enable workspace, default is changing (#6136) Fixes https://github.com/kythe/kythe/issues/6135 --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 407214bb65..740d4c1fe1 100644 --- a/.bazelrc +++ b/.bazelrc @@ -16,6 +16,7 @@ common --incompatible_disallow_empty_glob # We can't support bzlmod until (at least) protobuf does # https://github.com/kythe/kythe/issues/5893 common --noenable_bzlmod +common --enable_workspace common --workspace_status_command tools/buildstamp/get_workspace_status