From 1d48f2f7d17a82cb16a476dcfeb4aaccf5b6d651 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Sat, 22 Nov 2025 00:17:46 +0000 Subject: [PATCH] [bazel] Remove old config option The default of this has been flipped since we're on 8.x --- utils/bazel/.bazelrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/bazel/.bazelrc b/utils/bazel/.bazelrc index db66a727acf62..1f9b7c5cf4a9c 100644 --- a/utils/bazel/.bazelrc +++ b/utils/bazel/.bazelrc @@ -46,9 +46,6 @@ build --incompatible_no_implicit_file_export # eventually become the default common --incompatible_disallow_empty_glob -# TODO: Remove once we move to bazel 7.x -build --experimental_cc_shared_library - # Disabling runfiles links drastically increases performance in slow disk IO # situations Do not build runfile trees by default. If an execution strategy # relies on runfile symlink tree, the tree is created on-demand. See: