Commit Graph

11 Commits

Author SHA1 Message Date
DavidKorczynski 83b5bfcae8
mruby: fix build (#7759)
* mruby: fix build

Ref: https://github.com/google/oss-fuzz/issues/7736

* nit
2022-05-25 11:42:00 +01:00
Abhishek Arya 40913e07ba
Update build.sh 2021-02-03 00:12:49 -08:00
KOBAYASHI Shuji 8f99fa0170
Fix building mruby fails randomly (#4941)
Building mruby is done with `make clean all -j$(nproc)`, but build fails
randomly because `clean` and `all` run in parallel, and `clean` may be
executed after `all` starts.

Therefore, change it as follows.

* Remove `clean` because it seems to be unneeded in the first place.
* Use `rake` command because mruby uses Rake for builds (`Makefile` is a
  limited wrapper for calling `rake`).
* Use `-m` option to run builds in parallel.
* Remove `-j` option because build time seems to be almost the same even
  if `-j` option is specified.
2021-01-21 20:52:02 +11: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
Bhargava Shastry 80dda19d4f
mruby: Fix build (#4583) 2020-11-04 09:22:49 -08:00
Abhishek Arya a31e58fb5c
Fix build due to missing liblzma-dev 2020-06-29 21:52:08 -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
Bhargava Shastry 048ccb79a0 mruby: Move LPM build to dockerfile (#3000) 2019-11-03 09:35:11 -08:00
Bhargava Shastry e7f7996260 [mruby] Update Dockerfile and build scripts for proto fuzzer (#2432) 2019-05-20 11:07:30 -07:00
Bhargava Shastry 012ad644ca [mruby] Update primary email (#2425) 2019-05-15 13:21:38 -07:00
Bhargava Shastry 8017ffc384 [mruby] Add mruby compile fuzzer (#2380) 2019-05-13 10:40:34 -07:00