Commit Graph

12 Commits

Author SHA1 Message Date
Reed Loden da02c29e94
teleport: Update to go1.18 native fuzzing (#7895)
* Swap from `compile_go_fuzzer` to `compile_native_go_fuzzer`
* Move building to an internal script `fuzz/oss-fuzz-build.sh` to ease addition of new fuzzing methods
* Update `auto_ccs`
2022-06-20 22:31:10 -05:00
Roman Wagner e71e320709
add base-builder-go-codeintelligencetesting for next 13 projects (#7683) 2022-05-10 10:29:29 +10:00
Reed Loden f8f388f528
Update contacts for teleport (#7580) 2022-04-20 10:46:32 -04:00
AdamKorcz 23bb767041
[teleport] fix build (#7167) 2022-01-20 17:31:27 +00:00
AdamKorcz d2f2e6cb3b
[teleport] fix broken build (#7135) 2022-01-15 11:46:17 +00:00
DavidKorczynski 56b840aad7
teleport: fix project yaml and contacts (#6814)
* teleport: fix project yaml and contacts

does the same as https://github.com/google/oss-fuzz/pull/6813 but also fixes the CI

* Update project.yaml
2021-11-10 22:08:46 +00: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 a339cd0ff1
Fixes teleport and syzkaller builds (#5254)
* Fixes teleport and syzkaller builds

By running go mod vendor after go mod tidy

* fixup syzkaller
2021-02-25 09:20:26 +00:00
William Dye 0e6b81c81b
"#/bin/bash" is just a comment; change "#/" to "#!/" (#5139) 2021-02-08 15:56:15 -08:00
Andrew Lytvynov 687187f07e
compile_go_fuzzer: pass build tags to `go list` (#5008)
`go list` will fail if all files in the fuzzed package use a build tag
restriction (like the common `gofuzz` tag).

Also, pass the `gofuzz` tag in the teleport build to plumb it through.
2021-01-20 11:44:15 -08:00
Catena cyber 217175212b
[infra] Use generic compile_go_fuzzer for golang projects (#4659)
* Use generic compile_go_fuzzer for golang projects

* fix the copyright in the new script

Co-authored-by: Max Moroz <mmoroz@chromium.org>
2020-11-19 14:18:25 -08:00
AdamKorcz a7a973458c
[teleport] Initial integration (#4570)
* [teleport] Initial integration

* Minor update to run tests again
2020-11-11 13:37:57 -08:00