mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
Bump abseil-cpp LTS 20211102 for clang-13 build (#20565)
Abseil LTS 20210324.2 will fail the compilation with clang-13. After this version bump, ray can be successfully built with clang-13.
This commit is contained in:
parent
42085fd3d5
commit
379732a181
1 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,8 @@ def ray_deps_setup():
|
|||
# This is how diamond dependencies are prevented.
|
||||
auto_http_archive(
|
||||
name = "com_google_absl",
|
||||
url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20210324.2.tar.gz",
|
||||
sha256 = "59b862f50e710277f8ede96f083a5bb8d7c9595376146838b9580be90374ee1f",
|
||||
url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0.tar.gz",
|
||||
sha256 = "dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4",
|
||||
)
|
||||
|
||||
# OpenCensus depends on jupp0r/prometheus-cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue