Commit Graph

5 Commits

Author SHA1 Message Date
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