You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build using c++20
std=c++20 is used by both v8 and Envoy. Switching to use it is necessary to build with more recent versions of v8, and will also reduce overall build surprises when importing proxy-wasm-cpp-host into Envoy.
Signed-off-by: Michael Warres <mpw@google.com>
* change --config=clang-asan-strict to --config=clang-asan
Signed-off-by: Michael Warres <mpw@google.com>
* chore: support clang-18 and ubuntu-24.04
These changes make Proxy-Wasm build cleanly with clang-18 and pass clang-tidy-18 checks.
Signed-off-by: Matt Leon <mattleon@google.com>
* chore: ignore c++20 + clang-18 + gcc-14 findings
Signed-off-by: Matt Leon <mattleon@google.com>
---------
Signed-off-by: Michael Warres <mpw@google.com>
Signed-off-by: Matt Leon <mattleon@google.com>
Co-authored-by: Michael Warres <mpw@google.com>
0 commit comments