Commit Graph

5 Commits

Author SHA1 Message Date
daviesrob 6ddb2b7bd0
Add recurse-submodules to htslib clone (#4867)
In anticipation of samtools/htslib#929 merge, which will add
a submodule, among other changes.  This will ensure fuzzing
continues to work both before and after the update.
2020-12-18 10:21:36 -08:00
Oliver Chang 84faf55729
Populate a bunch of main_repo values. (#4815)
Also enforce this for future integrations.
2020-12-10 09:49:27 +11:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
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
daviesrob af319543ed Add htslib project files (#2843)
* Add htslib project files

Only build the library and hts_open_fuzzer.o.  The binaries are
not needed and fail to build anyway due to missing libfuzzer
symbols.

* Use $LIB_FUZZING_ENGINE
2019-10-11 08:10:35 -07:00