diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-03-10 11:53:11 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-03-21 10:06:35 +0100 |
commit | 91ae0a4b683fa29261ddf0508576231144fe8a85 (patch) | |
tree | 5f9140cb7ff1beb53b9a1827f4105065840e5bc7 /etc | |
parent | 0579817952965c5e7c5e22c287d8711006eff844 (diff) | |
download | justbuild-91ae0a4b683fa29261ddf0508576231144fe8a85.tar.gz |
just-distfiles: remove bzip2 from list
The distdir should only contain the direct dependencies of just.
Co-authored-by: Klaus Aehlig <klaus.aehlig@huawei.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repos.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/repos.json b/etc/repos.json index 10a677cb..f4d42813 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -42,7 +42,6 @@ , "com_github_cares_cares" , "com_github_grpc_grpc" , "com_github_libgit2_libgit2" - , "bzip2" ] } , "target_root": "import targets" @@ -328,6 +327,7 @@ , "target_root": "import targets" , "target_file_name": "TARGETS.bzip2" , "bindings": {"rules": "rules-bzip2"} + , "bootstrap": {"drop": true} } , "re2": { "repository": |