Commit Graph

6 Commits

Author SHA1 Message Date
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [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
2020-03-10 11:08:01 -07:00
Abhishek Arya daa6f9dda0
Add libunwind-dev to fix myanmar-tools build (#3204) 2020-01-08 07:58:16 -08:00
Shane F. Carr e74b4642b9 [myanmar-tools] Ignore hunter-installed dependencies in coverage test (#2973) 2019-10-23 08:10:51 -07:00
jonathanmetzman e612b88c67
[myanmar-tools] Fix build by including libunwind.so.8 in lib (#2961)
The OSS-Fuzz builder and runner images have libunwind. Since
the OSS-Fuzz runner images aren't actually used to run fuzzers on
ClusterFuzz and are just actually used for testing(!) this passed
CI before even though it failed immediately on ClusterFuzz.
I've tested that with this fix, the fuzzer works on ClusterFuzz.
2019-10-17 11:06:36 -07:00
jonathanmetzman 31df4a914e
[myanmar-tools] Link against $ORIGIN to unbreak builds (#2956) 2019-10-16 12:34:28 -07:00
Shane F. Carr c5b0fe9e05 Add project myanmar-tools (#2929)
* Add project myanmar-tools

* Tweaks to myanmar tools build.sh

* Fix travis build error

* Fix Craig Cornelius email address

* Set CMAKE_{C,CXX} flags

* Write verbose output in cmake

* Disable uninteresting UBSan sanitizer based on this target
2019-10-11 16:40:45 -07:00