Title: After llvm22, libxml22 needs to be provided by the host instead from the hermetic tool chain
Description:
when synced past #46371 , we start see link error requesting libxml2. Is this expected? Should the hermetic tool chain carry libxml2 instead?
Repro steps:
On a host without libxml2 installed, just bazel build any thing with --config=clang.
Title: After llvm22, libxml22 needs to be provided by the host instead from the hermetic tool chain
Description:
when synced past #46371 , we start see link error requesting libxml2. Is this expected? Should the hermetic tool chain carry
libxml2instead?Repro steps:
On a host without
libxml2installed, just bazel build any thing with--config=clang.