aboutsummaryrefslogtreecommitdiff
path: root/utils/bazel/WORKSPACE
diff options
context:
space:
mode:
authorAaron Siddhartha Mondal <aaron@eomii.org>2023-05-22 18:59:46 +0200
committerAaron Siddhartha Mondal <aaron@eomii.org>2023-05-22 19:00:14 +0200
commit7b5d6cd7fcac2b9e06338f2497fed9039360924a (patch)
tree31d630c3b5dcdd7e2d8fb439ae29468524bb96bc /utils/bazel/WORKSPACE
parentd2fddaef5333144d02b2f21a7d27771ecdb420b6 (diff)
downloadllvm-7b5d6cd7fcac2b9e06338f2497fed9039360924a.zip
llvm-7b5d6cd7fcac2b9e06338f2497fed9039360924a.tar.gz
llvm-7b5d6cd7fcac2b9e06338f2497fed9039360924a.tar.bz2
[bazel] Remove terminfo dependency
The only enabling configuration of this is irreproducible. Since terminfo doesn't provide essential functionality, remove it so that all external dependencies now follow the same config_setting pattern. This should be an NFC for most setups and all CI setups. Reviewed By: phosek, MaskRay Differential Revision: https://reviews.llvm.org/D151006
Diffstat (limited to 'utils/bazel/WORKSPACE')
-rw-r--r--utils/bazel/WORKSPACE7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/bazel/WORKSPACE b/utils/bazel/WORKSPACE
index ab4b87f..c334658 100644
--- a/utils/bazel/WORKSPACE
+++ b/utils/bazel/WORKSPACE
@@ -27,13 +27,6 @@ load("@llvm-raw//utils/bazel:configure.bzl", "llvm_configure")
llvm_configure(name = "llvm-project")
-load("@llvm-raw//utils/bazel:terminfo.bzl", "llvm_terminfo_from_env")
-
-maybe(
- llvm_terminfo_from_env,
- name = "llvm_terminfo",
-)
-
maybe(
http_archive,
name = "llvm_zlib",