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
build: ensure correct toolchains used for remote execution (#18803)
Currently the toolchains used for RBE are dependent on the
current platform. This breaks because there is no darwin toolchain.
We need to instruct Bazel to use the k8 linux toolchains when running
builds remotely.
0 commit comments