[bazel] Remove old zlib config variable (#184527)

Use was removed in a268127736
This commit is contained in:
Keith Smiley
2026-03-03 17:20:44 -08:00
committed by GitHub
parent 3a85d99a16
commit 1c434928d2

View File

@@ -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