build: cleanup ci/.bazelrc.#4978
Conversation
Using cp results in: cp: '/source/.bazelrc' and '/build/envoy-filter-example/.bazelrc' are the same file *Risk Level*: Low *Testing*: ./ci/run_envoy_docker.sh './ci/do_circle_ci.sh bazel.dev' *Docs Changes*: n/a *Release Notes*: n/a Broken in envoyproxy#4666. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
lizan
left a comment
There was a problem hiding this comment.
I think you'll only see that if you have previously ln -sf created .bazelrc in filter-example. This will result unexpected change in .bazelrc when you try to run clang-tidy locally.
|
I ran into this recently using Docker to build and posted to Slack. To fix this I had to follow the last line at #4740 (comment)
|
|
perhaps run |
|
|
|
Instead of closing this just yet, perhaps we should cleanup the repository after build completes? |
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
|
@lizan PTAL, I verified that it fixes the issue when moving from commit that had |
Using cp results in: cp: '/source/.bazelrc' and '/build/envoy-filter-example/.bazelrc' are the same file *Risk Level*: Low *Testing*: ./ci/run_envoy_docker.sh './ci/do_circle_ci.sh bazel.dev' *Docs Changes*: n/a *Release Notes*: n/a Broken in envoyproxy#4666. Signed-off-by: Piotr Sikora <piotrsikora@google.com> Signed-off-by: Fred Douglas <fredlas@google.com>
Fixes: cp: '/source/.bazelrc' and '/source/ci/.bazelrc' are the same file.
Risk Level: Low
Testing: ./ci/run_envoy_docker.sh './ci/do_circle_ci.sh bazel.dev'
Docs Changes: n/a
Release Notes: n/a
Missed in #4771.
Signed-off-by: Piotr Sikora piotrsikora@google.com