[llvm] [bazel] Use zstd from the BCR (PR #169146)

Jordan Rupprecht via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 24 12:01:26 PST 2025


================
@@ -34,6 +33,8 @@ use_repo(
     "vulkan_sdk",
 )
 
+bazel_dep(name = "zstd", version = "1.5.7", repo_name = "llvm_zstd")
----------------
rupprecht wrote:

nit: why not put this w/ the list of bazel_deps above?

https://github.com/llvm/llvm-project/pull/169146


More information about the llvm-commits mailing list