aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/envoy/Dockerfile
Commit message (Collapse)AuthorAge
* Simplify the Envoy integration by using the new rules_fuzzing primitives. ↵Gravatar Stefan Bucur2021-02-03
| | | | | | | (#5062) * Simplify the Envoy integration by using the new rules_fuzzing primitives. * Tweak ASAN instrumentation.
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* fixup coverage build (#4071)Gravatar asraa2020-07-06
| | | Signed-off-by: Asra Ali <asraa@google.com>
* Remove cmake install from projects. (#3961)Gravatar Abhishek Arya2020-06-10
|
* revert clang (#3660)Gravatar asraa2020-04-16
| | | Signed-off-by: Asra Ali <asraa@google.com>
* fix envoy build (#3166)Gravatar asraa2019-12-26
| | | Signed-off-by: Asra Ali <asraa@google.com>
* [Envoy][Oak] Use older builder image with older clang to build (#3147)Gravatar jonathanmetzman2019-12-17
|
* use updated version of cmake (#2882)Gravatar asraa2019-09-23
| | | Signed-off-by: Asra Ali <asraa@google.com>
* envoy: use Bazel to build corpora. (#1917)Gravatar htuch2018-11-02
| | | | | | | | | | | | | | * envoy: use Bazel to build corpora. Rather than scraping this out of the source tree, build each corpus under Bazel. The advantage is that we can now support synthesized corpora, e.g. automated generation from unit tests. Signed-off-by: Harvey Tuch <htuch@google.com> * Review feedback. Signed-off-by: Harvey Tuch <htuch@google.com>
* [infra] Prevent mounting local checkout to $SRC + clean up Dockerfiles ↵Gravatar Max Moroz2018-08-09
| | | | (#1699). (#1700)
* [envoy] add ninja-build to base image. (#1656)Gravatar htuch2018-07-26
| | | | | | | This recently became a build-time dependency for Envoy. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9586. Signed-off-by: Harvey Tuch <htuch@google.com>
* envoy: modified identification of corpus path (#1607)Gravatar Anirudh2018-07-18
|
* Envoy needs Python for its C/C++ compiler wrapper. (#1185)Gravatar jmillikin-stripe2018-02-23
|
* [Envoy] Add project. (#1130)Gravatar htuch2018-02-02
* [Envoy] Add project. Following the steps at https://github.com/google/oss-fuzz/blob/master/docs/new_project_guide.md. Signed-off-by: Harvey Tuch <htuch@google.com> * Dockerfile review feedback. Signed-off-by: Harvey Tuch <htuch@google.com>