Commit b47aa71 1 parent ab77bd5 commit b47aa71 Copy full SHA for b47aa71
File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -625,6 +625,12 @@ dist_http_archive(
625
625
name = "com_github_grpc_grpc" ,
626
626
)
627
627
628
+ # Override the abseil-cpp version defined in grpc_deps(), which doesn't work on latest macOS
629
+ # Fixes https://github.com/bazelbuild/bazel/issues/15168
630
+ dist_http_archive (
631
+ name = "com_google_absl" ,
632
+ )
633
+
628
634
# Projects using gRPC as an external dependency must call both grpc_deps() and
629
635
# grpc_extra_deps().
630
636
load ("@com_github_grpc_grpc//bazel:grpc_deps.bzl" , "grpc_deps" )
Original file line number Diff line number Diff line change @@ -167,17 +167,18 @@ DIST_DEPS = {
167
167
"test_WORKSPACE_files" ,
168
168
],
169
169
},
170
- "abseil-cpp " : {
171
- "archive" : "997aaf3a28308eba1b9156aa35ab7bca9688e9f6 .tar.gz" ,
172
- "sha256" : "35f22ef5cb286f09954b7cc4c85b5a3f6221c9d4df6b8c4a1e9d399555b366ee " ,
170
+ "com_google_absl " : {
171
+ "archive" : "20211102.0 .tar.gz" ,
172
+ "sha256" : "dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4 " ,
173
173
"urls" : [
174
- "https://mirror.bazel.build/github.com/abseil/abseil-cpp/archive/997aaf3a28308eba1b9156aa35ab7bca9688e9f6 .tar.gz" ,
175
- "https://github.com/abseil/abseil-cpp/archive/997aaf3a28308eba1b9156aa35ab7bca9688e9f6 .tar.gz" ,
174
+ "https://mirror.bazel.build/github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0 .tar.gz" ,
175
+ "https://github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0 .tar.gz" ,
176
176
],
177
177
"used_in" : [
178
178
"additional_distfiles" ,
179
179
"test_WORKSPACE_files" ,
180
180
],
181
+ "strip_prefix" : "abseil-cpp-20211102.0" ,
181
182
},
182
183
"zstd-jni" : {
183
184
"archive" : "v1.5.0-4.zip" ,
You can’t perform that action at this time.
0 commit comments