aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-09-21 23:26:46 -0700
committerGravatar Vijay Pai <vpai@google.com>2018-09-22 08:07:47 -0700
commitbe18cedf90c61352b52039c6298347fe1c321494 (patch)
tree81710a8a348727ac3e0d1673104a67f43eca5537 /bazel
parent4b1aa50e37c8e5bc1e4319b16827c8ff4507abc1 (diff)
Delete epollsig poller and tests using it
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_build_system.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl
index b3f97650e8..159ebd5d1f 100644
--- a/bazel/grpc_build_system.bzl
+++ b/bazel/grpc_build_system.bzl
@@ -24,7 +24,7 @@
#
# The set of pollers to test against if a test exercises polling
-POLLERS = ["epollex", "epollsig", "epoll1", "poll", "poll-cv"]
+POLLERS = ["epollex", "epoll1", "poll", "poll-cv"]
def if_not_windows(a):
return select({