Richard Belleville
615c95ed5c
Mitigate #18256
6 years ago
Bill Feng
d29de0ed0b
removed unused configs
6 years ago
Bill Feng
3d03c2d97c
fixed comments
6 years ago
Bill Feng
719bdcfd6a
temporarily disable all poller-enabled tests for Windows
6 years ago
Nicolas Lopez
7f38bc6fd3
updating bazel-toolchains pin
6 years ago
Nicolas Lopez
8d6b6accd7
use experimental ubsan config
6 years ago
Nicolas Lopez
d1640057f2
use rbe_autoconfig
6 years ago
Bill Feng
cdf3e001cb
wip selective build for windows
6 years ago
Fabian Holler
113e84b8dd
update cares to version cares-1_15_0
...
This fixes the issue: https://github.com/grpc/grpc/issues/16688
Which causes that grpc can not be build because of the following
compiler error:
third_party/cares/cares/ares_init.c: In function ‘ares_dup’:
third_party/cares/cares/ares_init.c:301:17: error: argument to ‘sizeof’ in ‘strncpy’ call is the same expression as the source; did you mean to use the size of the destination? [-Werror=sizeof-pointer- memaccess] sizeof(src->local_dev_name));
6 years ago
billfeng327
d16597ab73
corrected Bazel target generation logic for Windows
6 years ago
Bill Feng
d7e5cb70fe
flipped logic for is_msvc()
6 years ago
Bill Feng
d93959853f
Enabled Windows Bazel build for cpp tests
6 years ago
yang-g
38b82fb7c3
Update opencensus to fix build
6 years ago
Bill Feng
e9ad9e90b3
reinstated version bump of google benchmark
6 years ago
Jan Tattermusch
cf6a311761
Revert "Windows builds for gRPC C++ tests"
6 years ago
Vishal Powar
319fcdf26e
Add a script for generating C code and build rule for protobuf protos.
...
All these changes need to go together to make sense
- changes to use new version of upb in bazel
- allowing includes in build target option
- script for generating c code (upb) for protos
- generated code for example protos
- adding changes for non-bazel builds
- change sanity tests to ignore the generated files.
6 years ago
Jan Tattermusch
e3c024591b
update bazel build to protobuf v3.7.0
6 years ago
billfeng327
5eb1e8d8c9
code cleanup, removed old build file
6 years ago
Yash Tibrewal
620d80d817
Remove poll-cv references from bazel and run_tests.py
6 years ago
billfeng327
ab06853fc9
C++ Windows test builds
6 years ago
Bill Feng
179eb2b4a5
update dependency version for bazel
6 years ago
billfeng327
9d81e9ef61
updated version of abseil for enabling windows bazel build
6 years ago
Laurent Le Brun
6f3a00c1a3
Fix for future Bazel changes
...
This fixes issues found by running Bazel with `--incompatible_no_support_tools_in_action_inputs` and `--incompatible_new_actions_api`.
6 years ago
Prashant Jaikumar
e8efe06a42
Re-add cfstream_test
...
2nd attempt at adding cfstream_test after fixing internal build failures caused by first attempt.
6 years ago
Prashant Jaikumar
6177befe94
Re-add cfstream_test
...
2nd attempt at adding cfstream_test after fixing internal build failures caused by first attempt.
6 years ago
Vijay Pai
03de98d5ef
Revert "Add test for network transitions when CFStream is enabled"
6 years ago
Prashant Jaikumar
2f0f522423
Add end2end test for cfstream
6 years ago
Jan Tattermusch
06d76ebf23
Fix formatting of bazel_skylib dependency
6 years ago
Adam Cozzette
64fed49459
Added bazel_skylib dependency in preparation for protobuf update
...
Protobuf 3.7.0 will depend on bazel_skylib, so gRPC needs to add it as a
dependency in its own workspace.
6 years ago
Jan Tattermusch
cc6ef78972
Use test timeout implied by test size (unless overridden).
...
Currently, grpc_cc_test with size="large" will still have
timeout="moderate" (which corresponds to medium size test)
because the timeout will be overriden by the default arg.
Fixing as this behavior is very counterintuitive.
6 years ago
Jan Tattermusch
7a814e2597
fix build with bazel 0.21
6 years ago
Bill Feng
56268e0927
fixed typo on hash
6 years ago
Bill Feng
b2ac318566
updated repo for bazel to latest version
6 years ago
Bill Feng
95dc9c1110
updated repo for bazel
6 years ago
Max Vorobev
25e13ac79b
Fix incompatible_bzl_disallow_load_after_statement, deprecated attribute usage
6 years ago
Alexander Polcyn
ac6795a57e
Revert "Changes add a script for generating C code and build rule for protobuf"
...
This reverts commit 62027b7e14
.
6 years ago
Vishal Powar
62027b7e14
Changes add a script for generating C code and build rule for protobuf
...
protos
All these changes need to go together to make sense
- changes to use new version of upb in bazel
- allowing includes in build target option
- script for generating c code for protos
- generated code for example build
- adding changes for non-bazel builds
- change sanity tests to ignore the generated files.
6 years ago
Nicolas "Pixel" Noble
2e139e35fc
Bazel 0.20.0 workspace fixes.
6 years ago
Nicolas "Pixel" Noble
f0fbee5932
Bazel 0.20.0 workspace fixes.
6 years ago
Bill Feng
fbd3808d0d
added exec_compatible_with to sh_test
6 years ago
Vishal Powar
f614fa5947
Adding upb as submodule
...
upb will be used for codegen of xDS protos.
6 years ago
Bill Feng
9759a1b241
removed accidental submodule update
6 years ago
Jan Tattermusch
0685b80683
upgrade third_party/boringssl-with-bazel to latest chromium-stable-with-bazel
6 years ago
Jan Tattermusch
97773e3a51
upgrade bazel toolchain repo to 0.18 release
6 years ago
Jan Tattermusch
af4649efae
update OWNERS files
6 years ago
Vijay Pai
be18cedf90
Delete epollsig poller and tests using it
6 years ago
Bill Feng
2fa4d430a6
attempt on fixing the bazel location bug
6 years ago
Adele Zhou
5f84445781
Upgrade bazel to 0.16.1
6 years ago
Jan Tattermusch
cbb9feea01
upgrade protobuf in grpc_deps.bzl to v3.6.1
6 years ago
Jan Tattermusch
e8c3bf00bc
update grpc_deps.bzl
6 years ago