Commit Graph

9 Commits

Author SHA1 Message Date
Andrew Kaster 505b4a4ec5
serenity: Use in-tree BuildFuzzers.sh script to build fuzz targets (#7309)
This replaces the manual CMake invocations, as the project now will
build code generator tools in a first stage build to enable fuzzing
generated code too.
2022-02-21 23:48:21 +00:00
Idan Horowitz 2caa666499
serenity: Add myself to the mailing list (#5409) 2021-03-16 14:01:36 +00:00
Nico Weber 9797a3447d
Fix workdir for serenity project (#5018)
With this, can build fuzzers against a local checkout with:

    python3 infra/helper.py build_fuzzers serenity $HOME/src/serenity

Similar to 14452cfb3d
2021-01-20 11:44:07 -08:00
Brian Gianforcaro 33c867b8d2
serenity: Add myself and the mailing list to the cc list. (#4915) 2021-01-05 14:00:48 -08: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
Nico Weber f40f590cea serenity: Build with ninja, and add @bugaevc to cc list (#4742)
* serenity: Build using ninja instead of make

It has a better default -j, which means local builds are much faster.
Also, the output is more pleasant to look at.

* serenity: Add bugaevc as requested on #4738
2020-11-29 13:39:21 -08:00
DavidKorczynski c28f4d8412
serenity: fix entire project build. (#4738) 2020-11-28 08:28:22 -08:00
DavidKorczynski 8c8f6ef31e
serenity: update cmake file (#4719)
fixes has been made in upstream Serenity on the Js fuzzer so it will compile (https://github.com/SerenityOS/serenity/pull/4164)
2020-11-25 13:17:44 -08:00
DavidKorczynski dd8ad0aa04
[Serenity] initial integration (#4696) 2020-11-24 13:56:55 -08:00