Commit Graph

3 Commits

Author SHA1 Message Date
Teju Nareddy f1c65bccf2
[esp-v2]: Fix broken builds by changing spawn strategy (#3485)
[Example failure](https://oss-fuzz-build-logs.storage.googleapis.com/log-8eabbac0-bb8f-4f90-a840-f23efe427e0e.txt)

This only occurs on the fuzzers for some reason, not on Travis CI. Error is similar to https://github.com/bazelbuild/bazel/issues/5640.

Change spawn strategy to `sandboxed` to work around this. Not sure why it was `local` to begin with (other than a slight performance improvement).

Tested locally to ensure this spawn strategy will work.

```
python infra/helper.py build_fuzzers --sanitizer address --engine libfuzzer --architecture x86_64 esp-v2
```

Signed-off-by: Teju Nareddy <nareddyt@google.com>
2020-03-09 16:47:57 -07:00
Abhishek Arya d444fc7c08
Fix ESPv2 build (#3461)
* Fix ESPv2 build

Don't assume correlation between file name and bazel target name.

Signed-off-by: Teju Nareddy <nareddyt@google.com>

* Fix some bash errors with splitting

Signed-off-by: Teju Nareddy <nareddyt@google.com>

* Coverage expects a path, not target

Signed-off-by: Teju Nareddy <nareddyt@google.com>
2020-03-04 17:06:06 -08:00
Teju Nareddy 87c0ba8313
Add project: ESPv2 (#3445)
* Add project: ESPv2

Copy most configs from envoy

Signed-off-by: Teju Nareddy <nareddyt@google.com>

* Fix typo

Signed-off-by: Teju Nareddy <nareddyt@google.com>

* Remove comments

Signed-off-by: Teju Nareddy <nareddyt@google.com>

* Install all requirements

Signed-off-by: Teju Nareddy <nareddyt@google.com>

* Fix format

Signed-off-by: Teju Nareddy <nareddyt@google.com>
2020-02-28 18:33:48 -08:00