diff options
author | Oliver Reiche <oliver.reiche@gmail.com> | 2023-04-21 13:37:53 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-04-27 14:23:09 +0200 |
commit | ef394475eeca5746e5d073132305f7fce8b2f083 (patch) | |
tree | 4384b263a2a5cc9e3cbcbc380a9a5129e4ae0787 | |
parent | de891b0ec828de9bce1661be2879d83b84ec887d (diff) | |
download | justbuild-ef394475eeca5746e5d073132305f7fce8b2f083.tar.gz |
Remove unused dependency to bzip2
-rw-r--r-- | etc/dev/TARGETS | 1 | ||||
-rw-r--r-- | etc/repos.json | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/etc/dev/TARGETS b/etc/dev/TARGETS index 725f884e..5da5014a 100644 --- a/etc/dev/TARGETS +++ b/etc/dev/TARGETS @@ -18,7 +18,6 @@ , ["@", "catch2", "", "catch2"] , ["", "libgit2"] , ["", "libcurl"] - , ["@", "bzip2", "", "libbz2"] , ["", "libarchive"] , "proto_bindings" ] diff --git a/etc/repos.json b/etc/repos.json index 44bf6698..4fb4a7de 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -17,7 +17,6 @@ , "catch2": "catch2" , "protoc": "protobuf" , "libcurl": "com_github_curl_curl" - , "bzip2": "bzip2" , "libarchive": "com_github_libarchive_libarchive" } , "bootstrap": {"link": ["-pthread"]} |