Upgrade bazel toolchain to 3.7.1 (and upgrade bazel to 3.7.1)#25001
Upgrade bazel toolchain to 3.7.1 (and upgrade bazel to 3.7.1)#25001jtattermusch wants to merge 6 commits intogrpc:masterfrom
Conversation
| { | ||
| "label:os": "ubuntu", | ||
| "label:machine_size": "large", | ||
| "LARGE_MACHINE": create_rbe_exec_properties_dict( |
There was a problem hiding this comment.
@gnossen depending on what the bazel distribtests say, we might want to reintroduce parts of the workaround that was used previously (conditionally based on the bazel version used?).
It would be good to get some data on what bazel versions we can continue to support.
|
Ubsan tests seem to be failing https://source.cloud.google.com/results/invocations/598d1d3e-58be-4edb-a263-c4d01a2f6a70/log which is something that needs to be investigated. |
It looks like some UBSAN toolchain setup problem: |
Looks like this line needs to be updated, but I haven't found what to replace it with so that things work: |
|
This issue/PR has been automatically marked as stale because it has not had any update (including commits, comments, labels, milestones, etc) for 30 days. It will be closed automatically if no further update occurs in 7 day. Thank you for your contributions! |
It looks like simply removing the line at fixes the ubsan build.FTR There are some new UBSAN errors with that approach, but they could be legitimate (and caused e.g. by updating to a newer version of clang 10 -> 11). |
|
superseded by #27410 |
Based on #25000, but also upgrade the bazel toolchain.