Esun Kim
8086d8ee42
Update abseil-cpp to HEAD
5 years ago
Jan Tattermusch
e5e3f70a1a
Revert "Revert "Upgrade to bazel 1.0.0""
5 years ago
Juanli Shen
0a736c0d37
Update envoy API to HEAD
5 years ago
Jan Tattermusch
675732cb29
update third_party/boringssl-with-bazel to latest master-with-bazel branch
5 years ago
Nicolas Noble
04d7e0d11f
Revert "Upgrade to bazel 1.0.0"
5 years ago
Jan Tattermusch
396d8c07f6
update bazel toolchains to 1.0.0
5 years ago
Danjie Wenren
c22c215ea5
Move extra dependencies out of WORKSPACE to its own macro.
...
This could be useful for projects that use gRPC as an external
repository. This could not be done within the same grpc_deps.bzl due to
the problem discussed in
- https://github.com/bazelbuild/bazel/issues/1550
- https://github.com/bazelbuild/bazel/issues/1943
5 years ago
Jan Tattermusch
b77cb8ae7c
replace git_repository occurence by http_archive
5 years ago
Jan Tattermusch
5b9e08d9a3
try updating bazel toolchains
5 years ago
Jan Tattermusch
4a539ffb7c
regenerate
5 years ago
Esun Kim
300077aac1
Update upb to HEAD
5 years ago
Richard Belleville
1444cd1dd3
Revert "Revert "Merge pull request #20097 from gnossen/dual_version_python_tests""
...
This reverts commit 24c562dbaa
.
5 years ago
Richard Belleville
24c562dbaa
Revert "Merge pull request #20097 from gnossen/dual_version_python_tests"
...
This reverts commit c9c847f334
, reversing
changes made to 07ba4de392
.
5 years ago
Jan Tattermusch
7357f63c09
update check_submodules.sh and grpc_deps.bzl
5 years ago
Richard Belleville
d3cd387e03
Bump rules_apple
5 years ago
Jan Tattermusch
b7667478cf
bump bazel version to 0.27
5 years ago
Hope Casey-Allen
f66f047841
Update googletest version to fix BoringSSL support
5 years ago
Esun Kim
7ec6e8a4de
Remove nanopb from gRPC
5 years ago
Esun Kim
78a01a5782
Update upb to the latest
5 years ago
Tony Lu
df59df8ba2
Upgrading bazel_skylib
5 years ago
Esun Kim
f88bd06ee5
Go UPB!
5 years ago
Richard Belleville
3638167e40
Call grpc_python_deps() from grpc_deps().
5 years ago
Tony Lu
44868ae12a
Starting a new branch with same changes from https://github.com/grpc/grpc/pull/19621
5 years ago
Esun Kim
44de9634f6
Update third_party/upb to the latest
5 years ago
Nicolas "Pixel" Noble
a4608cb373
Properly using upb's upstream.
5 years ago
Nicolas "Pixel" Noble
a1189961af
Another upb Windows change.
5 years ago
Nicolas "Pixel" Noble
685695f8bc
Trying one another fix for upb.
5 years ago
Nicolas "Pixel" Noble
43a8461c24
Rollbacking upb stuff.
5 years ago
Nicolas "Pixel" Noble
c4481f5538
Trying out my upb change.
5 years ago
Esun Kim
bd5ed4fddd
Move compiler targets from /BUILD to /src/compiler/BUILD
5 years ago
Nicolas "Pixel" Noble
170beff648
Upgrading absl submodule, in the hope this will make Windows RBE work.
5 years ago
Prashant Jaikumar
43628b286f
Update googletest version to v1.8.1
...
Bazel builds of test/cpp/end2end:end2end_test were failing on Mac OS with v1.8.0 due to missing gtest symbols. The issue is not seen in v1.8.1. A WORKSPACE file was added to gtest repo in 1.8.1, so gtest.BUILD can be removed.
6 years ago
Jan Tattermusch
a3fd28bdbf
fix ubsan build for 0.26
6 years ago
Nicolas "Pixel" Noble
8de64087a3
Clean bazel 0.26 upgrade.
6 years ago
Nicolas "Pixel" Noble
63e2c91efe
New version of upb.
6 years ago
Nicolas "Pixel" Noble
1a3dd36c89
Upgrading to bazel 0.26.
6 years ago
Nicolas "Pixel" Noble
e360dd4f76
Upgrading to bazel 0.26.
6 years ago
Hao Nguyen
79f7abb45e
Update zlib dependency
6 years ago
Hao Nguyen
1ddaafd677
Update protobuf version
6 years ago
Jan Tattermusch
659f71099c
upgrade bazel toolchain to fix ubsan RBE build
6 years ago
Moiz Haidry
49e7f4b2e4
Added more rules to resolve deps
6 years ago
Moiz Haidry
4995670257
Add support to import envoy protos
6 years ago
Moiz Haidry
6c3e3aeb77
Removed git repo from WORKSPACE as that was the incorrect location. Added the code to grpc_deps.bzl instead
6 years ago
Keith Moyer
0468a803b4
Add missing sha256 for http_archive deps
6 years ago
Alexander Polcyn
4ba81610ee
Revert "Update the upb submodule for proto.oneof fix in generated code."
...
This reverts commit 2975571fd3
.
6 years ago
Vishal Powar
2975571fd3
Update the upb submodule for proto.oneof fix in generated code.
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
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