Internal change
PiperOrigin-RevId: 505723714
This commit is contained in:
parent
f9f6acffed
commit
2c4dece023
11
WORKSPACE
11
WORKSPACE
|
@ -22,21 +22,20 @@ bazel_skylib_workspace()
|
||||||
load("@bazel_skylib//lib:versions.bzl", "versions")
|
load("@bazel_skylib//lib:versions.bzl", "versions")
|
||||||
versions.check(minimum_bazel_version = "3.7.2")
|
versions.check(minimum_bazel_version = "3.7.2")
|
||||||
|
|
||||||
# ABSL cpp library lts_2021_03_24, patch 2.
|
# ABSL cpp library lts_2023_01_25.
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "com_google_absl",
|
name = "com_google_absl",
|
||||||
urls = [
|
urls = [
|
||||||
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20220623.1.tar.gz",
|
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.0.tar.gz",
|
||||||
],
|
],
|
||||||
# Remove after https://github.com/abseil/abseil-cpp/issues/326 is solved.
|
|
||||||
patches = [
|
patches = [
|
||||||
"@//third_party:com_google_absl_f863b622fe13612433fdf43f76547d5edda0c93001.diff"
|
"@//third_party:com_google_absl_windows_patch.diff"
|
||||||
],
|
],
|
||||||
patch_args = [
|
patch_args = [
|
||||||
"-p1",
|
"-p1",
|
||||||
],
|
],
|
||||||
strip_prefix = "abseil-cpp-20220623.1",
|
strip_prefix = "abseil-cpp-20230125.0",
|
||||||
sha256 = "91ac87d30cc6d79f9ab974c51874a704de9c2647c40f6932597329a282217ba8"
|
sha256 = "3ea49a7d97421b88a8c48a0de16c16048e17725c7ec0f1d3ea2683a2a75adc21"
|
||||||
)
|
)
|
||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
|
|
|
@ -1,17 +1,3 @@
|
||||||
diff --git a/absl/time/internal/cctz/BUILD.bazel b/absl/time/internal/cctz/BUILD.bazel
|
|
||||||
index 9fceffe..e7f9d01 100644
|
|
||||||
--- a/absl/time/internal/cctz/BUILD.bazel
|
|
||||||
+++ b/absl/time/internal/cctz/BUILD.bazel
|
|
||||||
@@ -69,8 +69,5 @@ cc_library(
|
|
||||||
"include/cctz/zone_info_source.h",
|
|
||||||
],
|
|
||||||
linkopts = select({
|
|
||||||
- ":osx": [
|
|
||||||
- "-framework Foundation",
|
|
||||||
- ],
|
|
||||||
":ios": [
|
|
||||||
"-framework Foundation",
|
|
||||||
],
|
|
||||||
diff --git a/absl/types/compare.h b/absl/types/compare.h
|
diff --git a/absl/types/compare.h b/absl/types/compare.h
|
||||||
index 19b076e..0201004 100644
|
index 19b076e..0201004 100644
|
||||||
--- a/absl/types/compare.h
|
--- a/absl/types/compare.h
|
Loading…
Reference in New Issue
Block a user