From 8d3d3a3dd8bda9f132dc3f15106c2f11bf22438b Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 29 Sep 2023 16:41:24 +0200 Subject: bootstrap: Add libarchive dependency This is brought in by the tree-of-archive rpc of just serve. Also adds lzma and bzip2 as transitive dependencies. --- test/bootstrap/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/bootstrap/TARGETS b/test/bootstrap/TARGETS index 039dec92..1bf2c431 100644 --- a/test/bootstrap/TARGETS +++ b/test/bootstrap/TARGETS @@ -61,6 +61,7 @@ , ["@", "protoc", "", "libprotobuf"] , ["@", "grpc", "", "grpc++"] , ["@", "grpc", "", "grpc_cpp_plugin"] + , ["@", "src", "", "libarchive"] ] } , "just_other_deps": -- cgit v1.2.3