summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kleaf/bazel.WORKSPACE2
-rw-r--r--kleaf/common.bazelrc3
2 files changed, 0 insertions, 5 deletions
diff --git a/kleaf/bazel.WORKSPACE b/kleaf/bazel.WORKSPACE
index 7a685124..b68b2f4d 100644
--- a/kleaf/bazel.WORKSPACE
+++ b/kleaf/bazel.WORKSPACE
@@ -14,8 +14,6 @@
load("//build/kernel/kleaf:workspace.bzl", "define_kleaf_workspace")
-toplevel_output_directories(paths = ["out"])
-
define_kleaf_workspace()
# Optional epilog for analysis testing.
diff --git a/kleaf/common.bazelrc b/kleaf/common.bazelrc
index 91a67ce2..b975e381 100644
--- a/kleaf/common.bazelrc
+++ b/kleaf/common.bazelrc
@@ -12,9 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# Enable toplevel_output_directories and Ninja executor in Bazel
-common --experimental_ninja_actions
-
# Lock down the PATH variable in actions to /usr/bin and /usr/local/bin.
build --experimental_strict_action_env