Bump upb to Abseil LTS 20230125 RC3

PiperOrigin-RevId: 504582691
pull/13171/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent 8c53ce599c
commit 1881a390b0
  1. 2
      bazel/build_defs.bzl
  2. 6
      bazel/workspace_deps.bzl

@ -35,8 +35,6 @@ _DEFAULT_CPPOPTS.extend([
"-Werror",
"-Wno-unused-parameter",
"-Wno-long-long",
# TODO(b/265232445) This is required due to https://github.com/abseil/abseil-cpp/issues/1201.
"-Wno-deprecated",
])
_DEFAULT_COPTS.extend([
"-std=c99",

@ -14,9 +14,9 @@ def upb_deps():
maybe(
http_archive,
name = "com_google_absl",
url = "https://github.com/abseil/abseil-cpp/archive/10b627fbe944110d1672bdf3f8e23b5909721399.tar.gz",
strip_prefix = "abseil-cpp-10b627fbe944110d1672bdf3f8e23b5909721399",
sha256 = "0505b32f741578dbf55f5ab9270debd1026900bec8324d479dbdad9d276962a1",
url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.rc3.tar.gz",
strip_prefix = "abseil-cpp-20230125.rc3",
sha256 = "48d08cc8517d4607d7abd06e4bdbe83d30e502d9de07c2dfe57b6b2fe5ccfdf5",
)
maybe(

Loading…
Cancel
Save