diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-11-29 18:59:53 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-11-29 19:01:50 +0100 |
commit | 8bc7e05b5c775c8c01d56ec0b3c7d879b79ceac5 (patch) | |
tree | b925b5c37131273fff9da42001d431230f873810 /etc | |
parent | 50b2871fdbc4ba43d5f7880eedc08d133e9cd3d7 (diff) | |
download | justbuild-8bc7e05b5c775c8c01d56ec0b3c7d879b79ceac5.tar.gz |
Do not drop curl for bootstrap
... as it is part of just-mr, which is an essential part of
the build system installation by now.
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 91f0f398..dd196fd2 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -59,6 +59,7 @@ , "com_github_cares_cares" , "com_github_grpc_grpc" , "com_github_libgit2_libgit2" + , "com_github_curl_curl" , "com_github_libarchive_libarchive" , "lzma" , "bzip2" @@ -455,7 +456,6 @@ , "ssl": "ssl" , "cares": "com_github_cares_cares" } - , "bootstrap": {"drop": true} } , "com_github_libarchive_libarchive": { "repository": |