-
Notifications
You must be signed in to change notification settings - Fork 83
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
Update Envoy & HdrHistogram_c #561
Conversation
- Update Envoy to 2097fe908f2abb718757dbd4087d793c861d7c5a - Update HdrHistogram_c to 0.11.2 Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Can you resolve the clang tidy failure, and then re-apply the waiting-for-review label? |
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
@dubious90 a128bfe addresses the clang tidy issue here. In this PR, that task started to structurally fail without showing an actual complaint (it started flaking earlier, which is tracked in #546). |
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
@dubious90 sorry - with dd0e198, which resolves a last quotation issue this now passes. I'd like to retry a few times to see if this also deflakes the clang-tidy task in CI, I'll ping you on Slack once I know more about that. |
@dubious90 unfortunately, this doesn't resolve the clang-tidy flakes, though it is an enhancement and now passes again some of the time instead of structurally failing. resolving #546 needs more looking into. |
Adds
--define tcmalloc=gperftools
to the opt build we use to push images,to (continue to) allow cpu profiling. We need this because of envoyproxy/envoy@4c0d2d2
Signed-off-by: Otto van der Schaaf oschaaf@we-amp.com