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