You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the TEMP_FAILURE_RETRY macro to linux-sandbox-pid1.cc.
This allows us to build Bazel on Linux systems which use a C standard library that does not include this macro, like Alpine Linux (which uses musl).
Fixes#12460.
PiperOrigin-RevId: 374873483
0 commit comments