-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Step 5: Add clang cl pipeline for Windows #14135
Conversation
Signed-off-by: Sunjay Bhatia <[email protected]> Co-authored-by: William A Rowe Jr <[email protected]> Signed-off-by: William A Rowe Jr <[email protected]>
The most recent push dropped the step 2 patch of the bazel version number change, that's still ambiguous. |
Signed-off-by: William A Rowe Jr <[email protected]>
Retrying Azure Pipelines: |
Signed-off-by: William A Rowe Jr <[email protected]>
Now that lizan picked up step 4, going to retry a couple times with the new tooling. We did something specific in this patch which can be changed... the clang pipelines runs after the msvc pipeline, mostly to give the msvc build all the compute it needs to get finished. But depending on how gcp rbe behaves, we could invoke them in parallel. |
Signed-off-by: William A Rowe Jr <[email protected]>
Signed-off-by: William A Rowe Jr <[email protected]>
Signed-off-by: William A Rowe Jr <[email protected]>
Signed-off-by: William A Rowe Jr <[email protected]>
This is being rescheduled to 1.18-dev, and will be moved to the windows-ga The flake and the fail noted from //test/common/network:dns_impl_test and //test/extensions/filters/network/sni_dynamic_forward_proxy:proxy_filter_integration_test |
This patch was split into 14608 (applied) and 14668 (draft). Closing this ticket to retire the github org it was pulled from. |
Now that we have regenerated envoy build tools to update bazel and llvm, and picked up the llvm 11 tooling for windows on envoyproxy/master, finally introduce a clang-cl pipeline based on clang-cl Risk Level: low (new facility) Testing: local Docs Changes: TBD Release Notes: TBD Platform Specific Features: Windows clang-cl compilation Replaces #14135 Fixes #11974 Signed-off-by: William A Rowe Jr <[email protected]> Co-authored-by: Sunjay Bhatia <[email protected]>
Commit Message: Step 5: Add clang cl pipeline for Windows
Additional Description:
Now that we have regenerated envoy build tools to update bazel and llvm, introduce a clang-cl pipeline based on clang-cl
Co-authored-by: Sunjay Bhatia [email protected]
Risk Level: low (new facility)
Testing: local
Docs Changes: TBD
Release Notes: TBD
Platform Specific Features: Windows clang-cl compilation
Requires #13688
Fixes #11974