aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-11-29 09:34:55 -0800
committerGravatar GitHub <noreply@github.com>2017-11-29 09:34:55 -0800
commitf836c7e941beb003289dc6e9a58a6e47f5caa5f0 (patch)
tree338b10bec208351fc58d9840483f2c3c770f178b /build.yaml
parent62de51a24180da898ab4ddf82e94ea41bef42e1f (diff)
parentecd1d5449dea477668bb2b10d992d57f6afe2633 (diff)
Merge pull request #13373 from ctiller/no-absl
Back-out absl dependency for now
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/build.yaml b/build.yaml
index 5b5840de9a..7e938b2a0c 100644
--- a/build.yaml
+++ b/build.yaml
@@ -391,7 +391,6 @@ filegroups:
- src/core/lib/slice/slice_hash_table.h
- src/core/lib/slice/slice_internal.h
- src/core/lib/slice/slice_string_helpers.h
- - src/core/lib/support/vector.h
- src/core/lib/surface/alarm_internal.h
- src/core/lib/surface/api_trace.h
- src/core/lib/surface/call.h
@@ -4770,20 +4769,6 @@ targets:
- grpc
- gpr_test_util
- gpr
-- name: vector_test
- gtest: true
- build: test
- language: c++
- src:
- - test/core/support/vector_test.cc
- deps:
- - grpc_test_util
- - grpc++
- - grpc
- - gpr_test_util
- - gpr
- uses:
- - grpc++_test
- name: writes_per_rpc_test
gtest: true
cpu_cost: 0.5
@@ -4968,7 +4953,6 @@ defaults:
global:
COREFLAGS: -fno-rtti -fno-exceptions
CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
- -Ithird_party/abseil-cpp
LDFLAGS: -g
zlib:
CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration