Commit Graph

11 Commits

Author SHA1 Message Date
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Abhishek Arya e360d35bda
Fix cras build failure, use default rust nightly. 2020-05-21 17:00:26 -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
Fletcher Woodruff 6869eb232e [cras] fix build (#3055)
We now use some rust code in CRAS, fix the fuzzer build so that code is
compiled as well.
2019-11-22 13:17:37 -08:00
jonathanmetzman 3049c50d48
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-05-01 11:09:55 -04:00
CY Chiang 22f5e3e0b8 [cras] Modify accounts to auto-cc (#2360)
Modify accounts for CRAS team member changes.
2019-05-01 07:31:13 -07:00
Abhishek Arya 92907b084b
Update build.sh 2018-07-02 21:06:10 -07:00
Dylan Reid a9f74650ff [cras] Update configure option (#1060)
The configure options was changed to lower case. Fix the build script to
match the new option.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
2018-01-09 11:33:42 -08:00
CY Chiang 57eaa49f91 [cras] Add more accounts to auto_ccs (#947)
Add more accounts to auto_ccs so team member working on
CRAS can debug test failures.
2017-11-03 08:36:04 -07:00
Dylan Reid 65bc1bbd01 [cras] Add an rclient corpus (#881)
Pull the corpus that exists in the cras repository and use it.
This corpus was generated by dumping incoming messages while going
through audio use cases on a chromebook.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
2017-10-10 07:58:50 -07:00
Dylan Reid a86b333d8e Add cras fuzzer (#880)
cras is the audio server that runs on ChromeOS.

The first cras fuzzer tests the client's message interface.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
2017-10-09 16:17:21 -07:00