diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-04-02 10:11:13 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-04-02 10:11:13 +0200 |
commit | c82ad4d012157d06095b80dce1abf5f635714eb1 (patch) | |
tree | d5250c37c717775fe3555a3d8604f9f5697f83a4 /etc | |
parent | b91e9504248d49797be846a473dd7b2c666d6e5b (diff) | |
download | justbuild-c82ad4d012157d06095b80dce1abf5f635714eb1.tar.gz |
Clean up repo structure: compression is only a dependency of libarchive
... and not directly used by our tool.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repos.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/repos.json b/etc/repos.json index b761b312..eaedf303 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -16,8 +16,6 @@ , "protoc": "protobuf" , "libcurl": "com_github_curl_curl" , "libarchive": "com_github_libarchive_libarchive" - , "lzma": "lzma" - , "bzip2": "bzip2" } , "bootstrap": {"link": ["-pthread"]} , "bootstrap_local": {"link": ["-pthread"]} |