Commit Graph

8 Commits

Author SHA1 Message Date
jonathanmetzman a4cd74a98e
[go][infra] Create base-builder-go and use it to build go projects. (#6335)
Also, update base-builder-new to copy everything base-builder does
2021-08-30 06:57:23 -07:00
AdamKorcz 8fc26a5ed0
[golang] Add fuzzer (#5659) 2021-04-23 16:57:36 -07:00
AdamKorcz 66d7e5f1cf
[golang] Added 2 fuzzers (#5437)
* [golang] Added 2 fuzzers

* Change fuzzer to call exported targets

* Added fuzzer
2021-04-14 10:42:35 -07:00
AdamKorcz fc82b3f38f
[golang] Refactor build (#5581) 2021-04-06 06:10:36 -07:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
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