From c0e83255aad228704187175574fbc8806bb7b76e Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 24 Jan 2023 12:12:55 +0100 Subject: Drop spourious bootstrap dependencies A lot of the dependencies in the "just" repository are not for building just itself, but are used the the just-mr tool or for testing. As the bootstrap process, however, only bootstraps the just tool itself, drop those dependencies from the bootstrap process. --- etc/repos.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/repos.json b/etc/repos.json index b9725e13..f0d5cd61 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -43,10 +43,7 @@ , "com_github_cares_cares" , "com_github_grpc_grpc" , "com_github_libgit2_libgit2" - , "catch2" - , "com_github_curl_curl" , "bzip2" - , "com_github_libarchive_libarchive" ] } , "target_root": "import targets" @@ -410,6 +407,7 @@ , "target_root": "import targets" , "target_file_name": "TARGETS.catch2" , "bindings": {"rules": "rules"} + , "bootstrap": {"drop": true} } , "com_github_curl_curl": { "repository": @@ -428,6 +426,7 @@ , "ssl": "ssl" , "cares": "com_github_cares_cares" } + , "bootstrap": {"drop": true} } , "com_github_libarchive_libarchive": { "repository": @@ -446,6 +445,7 @@ , "ssl": "ssl" , "bzip2": "bzip2" } + , "bootstrap": {"drop": true} } , "test-credentials": {"repository": {"type": "file", "path": "test/etc/credentials"}} -- cgit v1.2.3