Commit Graph

8 Commits

Author SHA1 Message Date
Gregor Jasny 3b98924bdb
[resiprocate]: build with CMake (#9232)
The resiprocate project switched its build system from autotools to
CMake. The fuzzer build changes are
[there](9e84cc44b9).
2022-12-18 10:09:54 -05:00
DavidKorczynski bfeb88da04
resiprocate: speed up build (#9045)
Avoid building libfmt from source and just use a package. This is
particularly needed to make CIFuzz faster:
https://github.com/resiprocate/resiprocate/pull/283#issuecomment-1325218011
2022-11-23 15:26:56 +00:00
DavidKorczynski 3a564d9f11
resiprocate: fix build. (#6384) 2021-09-02 17:46:25 +01:00
Abhishek Arya 1d5a2cd84e
Fill in main_repo for several projects. (#4816)
* Fill in main_repo for several projects.

* Add some go repos.
2020-12-09 21:52:40 -08: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
Gregor Jasny dde3b549ab [resiprocate] Use upstream build script (#1206) 2018-03-03 06:49:44 -08:00
Gregor Jasny 32f6b9a5ce [resiprocate] Add reSIProcate fuzzer (#733)
* [resiprocate] Add reSIProcate fuzzer

* Update project.yaml
2017-07-21 08:48:48 -07:00