Commit Graph

6 Commits

Author SHA1 Message Date
DavidKorczynski c816f6471a
varnish: fix build (#6568) 2021-10-07 11:19:49 +01:00
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
Dridi Boukelmoune c3a363747b
varnish: Migration to pcre2 (#6027)
* varnish: Migration to pcre2

See https://github.com/varnishcache/varnish-cache/pull/3635

* varnish: Static linking to pcre2

* varnish: Only build the fuzzer

Static linking of pcre2 fails the libvarnishapi build, not needed by
the ESI fuzzer. That's also less time wasted building irrelevant
components. We can figure out why libvarnishapi fails to build in
this environment later.

* varnish: Missing build step
2021-07-16 12:41:32 +01:00
Poul-Henning Kamp bbc3cad4ee
Add my gmail address (#5942) 2021-06-18 11:20:40 +00:00
Catena cyber bcbc54018e
Adds varnish project for real (#5810)
* Adds varnish project for real
2021-06-04 09:05:21 -04:00
Federico G. Schwindt 0c62f16cd5 [varnish] Add Project (#1524) 2018-06-17 20:02:24 -07:00