Skip to content
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

mobile: Force mobile-release-common build to use C++17 #33047

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

abeyad
Copy link
Contributor

@abeyad abeyad commented Mar 21, 2024

It was defaulting to C++20 due to
#32585, but for mobile, we are still on C++17. This change enables local builds to build with C++17 without encountering toolchain errors.

It was defaulting to C++20 due to
envoyproxy#32585, but for mobile, we are
still on C++17. This change enables local builds to build with C++17
without encountering toolchain errors.

Signed-off-by: Ali Beyad <abeyad@google.com>
Copy link
Member

@phlax phlax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @abeyad

@abeyad abeyad enabled auto-merge (squash) March 21, 2024 18:40
@abeyad
Copy link
Contributor Author

abeyad commented Mar 21, 2024

/retest

@abeyad abeyad merged commit 5bcf709 into envoyproxy:main Mar 21, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants