diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-07-15 09:35:48 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-08-24 12:05:06 +0200 |
| commit | 924a4fd1cb7a5ad3b5720380eb6fc742ea7602d2 (patch) | |
| tree | 00f090d775e22d1c32340909d66cccdea6e32011 /go.mod | |
| parent | 6db8af716fb0995966f00e2d52d2f3baa43ea868 (diff) | |
syz-ci: upload build assets
This commit introduces the syz-ci side of the asset storage
functionality.
* Intercept assets at various stages of syz-ci operation.
* Compress and upload assets to GCS.
* Report assets to the dashboard.
* Remove no longer needed assets.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ require ( golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c golang.org/x/perf v0.0.0-20211012211434-03971e389cd3 + golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect golang.org/x/sys v0.0.0-20210503080704-8803ae5d1324 golang.org/x/tools v0.1.0 google.golang.org/api v0.46.0 |
