From 8086d8ee42268fe9b2faf9ff25cc4abb3fcb4c36 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Thu, 31 Oct 2019 14:09:55 -0700 Subject: [PATCH] Update abseil-cpp to HEAD --- bazel/grpc_deps.bzl | 6 +++--- third_party/abseil-cpp | 2 +- tools/run_tests/sanity/check_submodules.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl index a6b62554f38..a32d9480090 100644 --- a/bazel/grpc_deps.bzl +++ b/bazel/grpc_deps.bzl @@ -165,9 +165,9 @@ def grpc_deps(): if "com_google_absl" not in native.existing_rules(): http_archive( name = "com_google_absl", - sha256 = "fd4edc10767c28b23bf9f41114c6bcd9625c165a31baa0e6939f01058029a912", - strip_prefix = "abseil-cpp-74d91756c11bc22f9b0108b94da9326f7f9e376f", - url = "https://github.com/abseil/abseil-cpp/archive/74d91756c11bc22f9b0108b94da9326f7f9e376f.tar.gz", + sha256 = "c5f6429c067e6b8f3c6d13d1ab2bdcd559c6f8b85317aa5b0dc8c364c37d1742", + strip_prefix = "abseil-cpp-846e5dbedac123d12455adcfe6f53c8b5dcbfeef", + url = "https://github.com/abseil/abseil-cpp/archive/846e5dbedac123d12455adcfe6f53c8b5dcbfeef.tar.gz", ) if "bazel_toolchains" not in native.existing_rules(): diff --git a/third_party/abseil-cpp b/third_party/abseil-cpp index 74d91756c11..846e5dbedac 160000 --- a/third_party/abseil-cpp +++ b/third_party/abseil-cpp @@ -1 +1 @@ -Subproject commit 74d91756c11bc22f9b0108b94da9326f7f9e376f +Subproject commit 846e5dbedac123d12455adcfe6f53c8b5dcbfeef diff --git a/tools/run_tests/sanity/check_submodules.sh b/tools/run_tests/sanity/check_submodules.sh index 15965463179..340372c3034 100755 --- a/tools/run_tests/sanity/check_submodules.sh +++ b/tools/run_tests/sanity/check_submodules.sh @@ -26,7 +26,7 @@ want_submodules=$(mktemp /tmp/submXXXXXX) git submodule | awk '{ print $1 }' | sort > "$submodules" cat << EOF | awk '{ print $1 }' | sort > "$want_submodules" - 74d91756c11bc22f9b0108b94da9326f7f9e376f third_party/abseil-cpp (74d9175) + 846e5dbedac123d12455adcfe6f53c8b5dcbfeef third_party/abseil-cpp (heads/master) 090faecb454fbd6e6e17a75ef8146acb037118d4 third_party/benchmark (v1.5.0) 73594cde8c9a52a102c4341c244c833aa61b9c06 third_party/bloaty (remotes/origin/wide-14-g73594cd) 7f02881e96e51f1873afcf384d02f782b48967ca third_party/boringssl (remotes/origin/HEAD)