[gRPC] Update Bazel submodules (#1027)

This commit is contained in:
Matt Kwong 2017-12-06 17:08:40 -08:00 committed by Max Moroz
parent 12f1d9dc73
commit a8f9c1ab8f
1 changed files with 3 additions and 3 deletions

View File

@ -42,8 +42,8 @@ bazel-bin/test/core/util/*.a \
bazel-bin/test/core/end2end/*.a \
bazel-bin/external/boringssl/libssl.a \
bazel-bin/external/boringssl/libcrypto.a \
bazel-bin/external/submodule_cares/*.a \
bazel-bin/external/submodule_zlib/*.a \
bazel-bin/external/com_github_cares_cares/*.a \
bazel-bin/external/com_github_madler_zlib/*.a \
bazel-bin/third_party/nanopb/*.a \
bazel-bin/*.a \
"
@ -55,7 +55,7 @@ EXTERA_BAZEL_FLAGS="--strip=never $(for f in $CXXFLAGS; do if [ $f != "-stdlib=
bazel build --dynamic_mode=off --spawn_strategy=standalone --genrule_strategy=standalone \
$EXTERA_BAZEL_FLAGS \
$NO_VPTR \
:all test/core/util/... test/core/end2end/... third_party/nanopb/... @boringssl//:all @submodule_zlib//:all @submodule_cares//:all
:all test/core/util/... test/core/end2end/... third_party/nanopb/... @boringssl//:all @com_github_madler_zlib//:all @com_github_cares_cares//:all
CFLAGS="${CFLAGS} -Iinclude -I."
CXXFLAGS="${CXXFLAGS} -Iinclude -I. -stdlib=libc++"