oss-fuzz/projects/varnish
Dridi Boukelmoune 05b51ab5b3
varnish: Patch the build system (#6412)
* varnish: Drop the downstream build system patch

I made sure future changes upstream would less likely break OSS-Fuzz
builds by adding an explicit --enable-oss-fuzz configure option.

* varnish: Reduce build parallelism

The partial build performed seems to be subject to races with 32 CPUs.

* varnish: This is a C project, not C++

Not sure how much this matters, it may change environment variables set
during the build with for example CFLAGS instead of CXXFLAGS. Or it
might just be for statistics reasons? Anyway, this is a C project.
2021-09-07 17:51:07 +01:00
..
Dockerfile varnish: Patch the build system (#6412) 2021-09-07 17:51:07 +01:00
build.sh varnish: Patch the build system (#6412) 2021-09-07 17:51:07 +01:00
project.yaml varnish: Patch the build system (#6412) 2021-09-07 17:51:07 +01:00