Commit Graph

3 Commits

Author SHA1 Message Date
Yevgeny Pats 79132050e2 [golang] set explictly GO111MODULES=off (#2914)
This will prevent breaking go-fuzz when it will support go modules
https://github.com/dvyukov/go-fuzz/issues/195

and addressing this issue:
https://github.com/google/oss-fuzz/issues/2878
2019-10-03 13:15:08 -07:00
Max Moroz e944cdfbb8
[golang] Use pre-installed go-fuzz dependencies (#2714). (#2736) 2019-08-21 12:08:22 -07:00
Guido Vranken aebba43c02 [golang] Golang internal library fuzzers (#2188)
* Add golang fuzzer

* Use dvyukov's fuzzers

* Add more fuzzers

* Move data retrieval to Dockerfile + cosmetic changes

* Use upstream Golang, go-fuzz

- Install Golang 1.9 binaries to bootstrap latest development Golang
- Deprecate go-fuzz fork in favor of upstream go-fuzz

* Disable Go fuzzers whose build is broken

* Trigger Travis

* project.yaml stub

* auto_ccs
2019-08-16 10:55:55 -07:00