From 1c434928d26cd10c0d844f59ca1b686908d4b79e Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Tue, 3 Mar 2026 17:20:44 -0800 Subject: [PATCH] [bazel] Remove old zlib config variable (#184527) Use was removed in a268127736e4d703cef8c9f4841f9a8e8ac21ba7 --- utils/bazel/.bazelrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/utils/bazel/.bazelrc b/utils/bazel/.bazelrc index 5aa17b81e3a1..f4a207c1e415 100644 --- a/utils/bazel/.bazelrc +++ b/utils/bazel/.bazelrc @@ -58,14 +58,6 @@ build --build_runfile_links=false # See https://bazel.build/docs/bazel-and-cpp#toolchain-features build --process_headers_in_dependencies -############################################################################### -# Options to select different strategies for linking potential dependent -# libraries. The default leaves it disabled. -############################################################################### - -build:zlib_external --repo_env=BAZEL_LLVM_ZLIB_STRATEGY=external -build:zlib_system --repo_env=BAZEL_LLVM_ZLIB_STRATEGY=system - ############################################################################### # Options for "generic_clang" builds: these options should generally apply to # builds using a Clang-based compiler, and default to the `clang` executable on