diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-24 12:12:55 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-24 17:55:28 +0100 |
commit | c0e83255aad228704187175574fbc8806bb7b76e (patch) | |
tree | d5d57e7fcc7b7cdc62407b45b86a8be2a9f95ccf /etc | |
parent | 703737f43b2ddabea4174062749a056b01595976 (diff) | |
download | justbuild-c0e83255aad228704187175574fbc8806bb7b76e.tar.gz |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repos.json | 6 |
1 files changed, 3 insertions, 3 deletions
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"}} |