-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: Recent bump to rules_go breaks Windows + RBE #11657
Comments
/assign @sunjayBhatia /assign @wrowe |
See bazelbuild/bazel#11636 for Bazel issue |
Commit Message: Enable RBE build in Windows CI - Bumps envoy-build-tools and bazel-toolchains - Bumps envoy-build-ubuntu image tag - Running Windows CI via docker uses the same mechanism as Linux to find the image tag, the tags are the same for Windows and Linux images - Temporarily adds a patch to fix rules_go for Windows RBE issue executing batch scripts, see #11657 - Tags/fixes some additional tests that fail in CI Additional Description: N/A Risk Level: Low, but we may observe differences in performance of Windows CI running remotely, we may need to adjust the worker pool accordingly Testing: N/A Docs Changes: N/A Release Notes: N/A Fixes #10619 Signed-off-by: Sunjay Bhatia <[email protected]> Co-authored-by: William A Rowe Jr <[email protected]>
looks like there are some volunteers to fix the issue in Bazel: bazelbuild/bazel#11636 |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
@sunjayBhatia Would you go ahead and check status on this? |
Doesn't look like this is solved yet in Bazel upstream, also given a new issue opened on the topic, referencing our Bazel issue: bazelbuild/remote-apis#187 |
I'm going to remove myself from this issue as I'm not actively working on it |
We have found that the recent bump to
rules_go
v0.23.3 breaks Windows building via RBE. This is not a specific issue withrules_go
, but rather a bug in Bazel/RBE (to be further determined the exact cause). We are intending to patchrules_go
with a small patch in the interim while the underlying issue gets sorted out.The failure manifests itself in Envoy as:
However, this is not an Envoy/
rules_go
specific issue, we have been able to reproduce this separately, see link belowLinks
rules_go
PR with some description of the issue: Windows: Use actions.run and explicitly format cmd.exe .bat invocation bazel-contrib/rules_go#2542The text was updated successfully, but these errors were encountered: