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. --- etc/repos.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'etc') 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} } } } -- cgit v1.2.3