From 16b635ee1359a336e0abd80a654a9a4442e40e6c Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Wed, 11 Sep 2024 16:44:53 +0200 Subject: [PATCH] Enable WORKSPACE in bazelrc file (#1009) Address https://github.com/bazelbuild/bazel-toolchains/issues/1008 --- .bazelrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bazelrc b/.bazelrc index aabc54bf1..d6f139529 100644 --- a/.bazelrc +++ b/.bazelrc @@ -14,3 +14,7 @@ # Defaults to auto which means off for Windows, explicitly enable for sh tests build --enable_runfiles=yes + +# Explicitly enable WORKSPACE +# See https://github.com/bazelbuild/bazel/issues/23023 +common --enable_workspace