* [espv2] Fix build failures due to OOM
ESPv2 builds have been failing with OOM since we updated our envoy dependency.
Signed-off-by: Teju Nareddy <nareddyt@google.com>
* Fix ubsan and coverage builds
Only use `--copt -D__SANITIZE_ADDRESS__` for `address` builds
Signed-off-by: Teju Nareddy <nareddyt@google.com>
* Remove another copt
Signed-off-by: Teju Nareddy <nareddyt@google.com>
* Fix spawn strategy, unsure why it causes build failure
Signed-off-by: Teju Nareddy <nareddyt@google.com>
* [presubmit] Enforce language attribute in projectt.yaml to be always set.
* Update documentation, better presubmit check, new project template.
* add docstring to templates.py
* Add example values in the project.yaml template and remove python value for now
* Add "project: c++" to 256 projects
* format
* Add labels and selective_unpack sections to the presubmit check
* fix incorrect auto_ccs format in three projects
* fix nss emails after rebase