build: Fix incompatible_bzl_disallow_load_after_statement#6620
build: Fix incompatible_bzl_disallow_load_after_statement#6620cmluciano wants to merge 1 commit intoenvoyproxy:masterfrom
Conversation
|
A prior PR to bump gRPC went stale. As per the comments in order to bump gRPC we really need to fix the ALTS code in parallel - #6308 (comment). Older still open issue on this is at #5461 /cc @mrostecki |
Thanks for the references @moderation , I'll take a look at those links :) |
|
I still planned on implementing these methods, just want to checkpoint my work for now |
|
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Bazel 0.25.0 errors and requires a flag if load entries are not before custom functions. The dependency bumps include the latest release of grpc and rules_foreign_cc that have patches fixing the incompatibility in their own .bzl files. Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com> alts: hardcode interested parties and add TODO for configuration Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
|
@cmluciano can you update the title of the PR and description in the GitHub UI to reflect what the PR now does? |
|
The 0.25.0 issue is now acute, I'm going to open a separate PR for this. |
|
Oh crap, that doesn't work. We need to get this full PR merged ASAP. |
|
CC @JimmyCYJ any chance you can take a look at this? |
This continues envoyproxy#6620. See also envoyproxy#6308 and envoyproxy#5461. Risk level: Low Testing: Existing tests Signed-off-by: Harvey Tuch <htuch@google.com>
|
closing in favor of #6773 |
…xy#6773) This continues envoyproxy#6620. See also envoyproxy#6308 and envoyproxy#5461. Risk level: Low Testing: Existing tests Signed-off-by: Harvey Tuch <htuch@google.com> Signed-off-by: Jeff Piazza <jeffpiazza@google.com>
Bazel 0.25.0 errors and requires a flag if load entries are not before custom
functions. The dependency bumps include the latest release of grpc and
rules_foreign_cc that have patches fixing the incompatibility in their own .bzl
files.
Example failure
Signed-off-by: Christopher M. Luciano cmluciano@us.ibm.com
For an explanation of how to fill out the fields, please see the relevant section
in PULL_REQUESTS.md
Description:
Risk Level:
Testing:
Docs Changes:
Release Notes: