Fix broken oss-fuzz build#6975
Conversation
|
Hi @AdamKorcz. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: AdamKorcz <[email protected]>
|
Is this a temporary fix or will this script need to be updated to match golang updates? |
|
This a temporary fix until OSS-Fuzz switches to Go 1.18 and adds end-to-end support for the native fuzzing engine: google/oss-fuzz#7600 |
Fixes build by using go 1.18 and using
compile_native_go_fuzzerfor the Go 1.18 fuzzer.Signed-off-by: AdamKorcz [email protected]