Closed sandipanpanda closed 1 week ago
Totals | |
---|---|
Change from base Build 11758410179: | 0.0% |
Covered Lines: | 77 |
Relevant Lines: | 77 |
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: andreyvelich
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Pin the Gloo repository to a specific commit in the JAX Dockerfile to prevent build failures caused by a recent bug introduced in the Gloo codebase. By locking the version of Gloo to a known working commit, we ensure that the JAX build remains stable and functional until the issue is resolved upstream.
The build failure occurs when compiling the
gloo/transport/tcp/buffer.cc
file due to an undefined__NR_gettid
constant, which was introduced after the pinned commit.Related Issue/Context:
Thanks to @andreyvelich for reporting the issue.