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 /etc | |
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 'etc')
-rw-r--r-- | etc/repos.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/repos.json b/etc/repos.json index b828ca60..ad04cca7 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -16,6 +16,8 @@ , "protoc": "protobuf" , "libcurl": "com_github_curl_curl" , "libarchive": "com_github_libarchive_libarchive" + , "lzma": "lzma" + , "bzip2": "bzip2" } , "bootstrap": {"link": ["-pthread"]} , "bootstrap_local": {"link": ["-pthread"]} @@ -57,6 +59,9 @@ , "com_github_cares_cares" , "com_github_grpc_grpc" , "com_github_libgit2_libgit2" + , "com_github_libarchive_libarchive" + , "lzma" + , "bzip2" ] } , "target_root": "import targets" @@ -332,7 +337,6 @@ , "target_root": "import targets" , "target_file_name": "TARGETS.bzip2" , "bindings": {"rules": "rules-bzip2"} - , "bootstrap": {"drop": true} } , "lzma": { "repository": @@ -346,7 +350,6 @@ , "target_root": "import targets" , "target_file_name": "TARGETS.lzma" , "bindings": {"rules": "rules-lzma"} - , "bootstrap": {"drop": true} } , "re2": { "repository": @@ -471,7 +474,6 @@ , "bzip2": "bzip2" , "lzma": "lzma" } - , "bootstrap": {"drop": true} } } } |