diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-09-29 16:41:24 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-11-02 12:06:50 +0100 |
commit | 8d3d3a3dd8bda9f132dc3f15106c2f11bf22438b (patch) | |
tree | 46c41c916253b0490c1856eec25d8998ce0af4a6 /test | |
parent | 3104edd7ff6e357afac09ce4c7c01dfab1de8e17 (diff) | |
download | justbuild-8d3d3a3dd8bda9f132dc3f15106c2f11bf22438b.tar.gz |
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.
Diffstat (limited to 'test')
-rw-r--r-- | test/bootstrap/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
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": |