cncf / cncf-fuzzing

✨🔐 CNCF Fuzzers
https://cncf.io/projects
Apache License 2.0
111 stars 41 forks source link

KubeEdge: fix build #495

Closed WillardHu closed 1 month ago

WillardHu commented 2 months ago

This PR makes KubeEdge's build.sh script to support go work. Kubeedge is being reinvented to support go work https://github.com/kubeedge/kubeedge/pull/5774. An error occurred while running CIFuzz, as follows:

'go mod vendor' cannot be run in workspace mode. Run 'go work vendor' to vendor the workspace or set 'GOWORK=off' to exit workspace mode.
WillardHu commented 1 month ago

@DavidKorczynski Please take a look :-)