bazel: add .bazelrc.#4771
Conversation
This is future-proofing, since %workspace%/tools/bazel.rc won't be automatically processed starting with Bazel 0.19 (October 2018). Risk Level: Low Testing: bazel build --config=clang-asan //source/... with 0.17, 0.18 and 0.19 Docs Changes: n/a Release Notes: n/a Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
|
@PiotrSikora Thanks. What is the implication for consuming projects when this happens, e.g. |
|
@htuch How? bazel doesn't propagate |
|
@htuch the implication (of change in Bazel, not this PR) is that
|
|
Yeah, I think that's it. @lizan all these projects that have been symlinking or the like into our |
+1, I know it's not what Bazel recommends but this seems like the path of least breakage. |
|
@htuch Ah ok that makes sense. Should we only keep this for a while and eventually remove |
Except that Each consuming project needs to add |
|
@PiotrSikora Ack, but in the interim this would avoid breakage. Maybe it's better to just tear the bandaid now though, since we don't have an official deprecation policy. for things like this. |
|
@junr03 @ccaraman I know Lyft is doing internal symlink magic today for the bazelrc. As an example of an Envoy consumer, how would you like us to best handle this change? Would an envoy-announce@ e-mail be best? Should we merge with a |
|
@htuch This breaks symlinking, since consuming projects will read their own I can revert to that state, giving some extra time to the consuming projects, but they'll need to add |
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
htuch
left a comment
There was a problem hiding this comment.
@PiotrSikora Thanks.. can you also send an e-mail out to envoy-dev/envoy-users and also update envoy-filter-example? Appreciated!
|
@PiotrSikora is it expected that I see the following warning after this PR? |
|
@moderation yes, it's a |
|
@htuch sure, any preference on sending email to envoy-dev@, envoy-users@ or both? |
|
@PiotrSikora send to both I think, since envoy-users@ might not be doing much Envoy dev but still have some inhouse filters.. |
This is future-proofing, since %workspace%/tools/bazel.rc won't be automatically processed starting with Bazel 0.19 (October 2018). Risk Level: Low Testing: bazel build --config=clang-asan //source/... with 0.17, 0.18 and 0.19 Docs Changes: n/a Release Notes: n/a Signed-off-by: Piotr Sikora <piotrsikora@google.com> Signed-off-by: Yang Song <yasong@yasong00.cam.corp.google.com>
Add .bazelrc. See envoyproxy/envoy#4771 Co-Authored-By: yuval-k <yuval.kohavi@gmail.com>
This is future-proofing, since %workspace%/tools/bazel.rc won't be
automatically processed starting with Bazel 0.19 (October 2018).
Risk Level: Low
Testing: bazel build --config=clang-asan //source/... with 0.17, 0.18 and 0.19
Docs Changes: n/a
Release Notes: n/a
Signed-off-by: Piotr Sikora piotrsikora@google.com