Commit Graph

9 Commits

Author SHA1 Message Date
Yolan Romailler 30fea690a6
Add new user to lotus and ipfs (#10315)
Adding myself as a new user to the Protocol Labs projects, since I'm
planning to look into our oss-fuzz pipelines a bit more in details. (As
well as why our Lotus builds fail at the moment.)
2023-05-12 16:32:57 -04:00
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
Catena cyber e14bf4735a
Go 1.16 local builds (#5241)
* Makes vitess build local

As it uses vitess.io instead of github

* Completes minify project

* Completes quic-go

* Local build for nats project

* Completes ipfs

* run go mod tidy after adding go module

* Right bash sequence for go mod tidy
2021-02-23 07:35:32 -08:00
Catena cyber 1e03eb94af
Go 1.16 more fixes (#5239)
* Fixes cilium build

* Fixes dragonfly build

* Fixes fasthttp build

* Fixes fastjson build

* golang build: change directory only temporary

* Fixes gitea build

* Fixes grpc-gateway build

* Fixes hugo project build

* Fixes ipfs build

* Fixes jsonparser build

* Fixes kubernetes build

* Fixes loki build

* Fixes minify build

* Fixes nats build

* Removes go get from the docs

* Fixes quic-go build

* Fixes radon build

* Fixes syzkaller build

* Fixes tidb build

* Fixes vitess build
2021-02-22 15:25:47 -08:00
Abhishek Arya 1d5a2cd84e
Fill in main_repo for several projects. (#4816)
* Fill in main_repo for several projects.

* Add some go repos.
2020-12-09 21:52:40 -08:00
Will d126898bde
Use compile_go_fuzzer (#4710) 2020-11-24 19:20:21 -08: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
Will 8ed0a72c7b
Update email address to non-alias for clusterfuzz login (#3878) 2020-05-26 10:33:31 -07:00
Will c562afe930
[IPFS] Initial fuzzing of datastore consistency (#3739)
* [IPFS] Initial fuzzing of datastore consistency

Submitting IPFS for initial integration.
Initial fuzz testing is validating the interface of the multiple
datastore backings of IPFS. A fuzzer for the protocol between
nodes will follow.

* split backends into separate binaries for libfuzzer address sanitizer
2020-05-03 11:45:09 -07:00