Skip to content

Commit 051cec4

Browse files
medaminezghalGoogle-ML-Automation
authored andcommitted
PR #32240: Update Gloo to fix build with GCC 15
Imported from GitHub PR #32240 📝 Summary of Changes Please provide a clear and concise summary of the changes you've made. Update Gloo to use [this commit](pytorch/gloo#452). 🎯 Justification Explain why this change is important and which workload benefits from this change. It make it compatible with GCC 15 build. 🚀 Kind of Contribution Please remove what does not apply: 🐛 Bug Fix, ✨ New Feature Copybara import of the project: -- e21bfd1 by Mohamed Amine Zghal <[email protected]>: Update Gloo to fix build with GCC 15 Merging this change closes #32240 COPYBARA_INTEGRATE_REVIEW=#32240 from medaminezghal:update-gloo e21bfd1 PiperOrigin-RevId: 817064773
1 parent 5ccc897 commit 051cec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/gloo/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
55
def repo():
66
"""Imports Gloo."""
77

8-
GLOO_COMMIT = "5354032ea08eadd7fc4456477f7f7c6308818509"
9-
GLOO_SHA256 = "5759a06e6c8863c58e8ceadeb56f7c701fec89b2559ba33a103a447207bf69c7"
8+
GLOO_COMMIT = "54cbae0d3a67fa890b4c3d9ee162b7860315e341"
9+
GLOO_SHA256 = "61089361dbdbc9d6f75e297148369b13f615a3e6b78de1be56cce74ca2f64940"
1010

1111
tf_http_archive(
1212
name = "gloo",

0 commit comments

Comments
 (0)