-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Change mobile binary size comparison workflow to use release build #25189
Conversation
Signed-off-by: caschoener <schoener@google.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is appropriate. Thanks for the fixes!
This isn't terribly surprising. On iOS, where we statically link and deadstrip some code at link time, we see a ~5MB size increase from using Envoy Mobile to the compressed single-architecture iOS app. |
/retest |
Retrying Azure Pipelines: |
/retest |
Retrying Azure Pipelines: |
…nvoyproxy#25189) Signed-off-by: caschoener <schoener@google.com>
This was accidentally disabled in #25189. Signed-off-by: JP Simard <jp@jpsim.com>
Was debugging a binary size increase in https://github.com/envoyproxy/envoy/actions/runs/4008291380/workflow and noticed that the comparison is based on --config=remote-ci-linux-clang. Talked with JP and it seems more appropriate to compare a release build instead.
Test plan: Look at CI