[llvm] [bazel] Add llvm_zlib to system include path (PR #121374)
Davide Cunial via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 19 05:56:36 PST 2026
capitan-davide wrote:
I am having the same issue with `Bazel 8.4.2` on `llvmorg-21.1.6`. `zlib` is being sourced from my local installation rather than the `llvm_zlib` archive. In my CI setup, the build breaks because no local `zlib` is found. This patch fixed it for me.
https://github.com/llvm/llvm-project/pull/121374
More information about the llvm-commits
mailing list