File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ DEEPCOPY_GEN_INPUTS=$(shell find ./api -name "*test*" -prune -o -name "*zz_gener
149
149
.PHONY : generate-deepcopy
150
150
generate-deepcopy : $(DEEPCOPY_GEN_TARGETS ) # # Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
151
151
api/% /zz_generated.deepcopy.go : $(CONTROLLER_GEN ) $(DEEPCOPY_GEN_INPUTS )
152
- $(CONTROLLER_GEN ) object:headerFile=" hack/boilerplate.go.txt" paths=" ./..."
152
+ CGO_ENABLED=0 $(CONTROLLER_GEN ) object:headerFile=" hack/boilerplate.go.txt" paths=" ./..."
153
153
154
154
MANIFEST_GEN_INPUTS =$(shell find ./api ./controllers -type f -name "* test* " -prune -o -name "* zz_generated* " -prune -o -print)
155
155
# Using a flag file here as config output is too complicated to be a target.
You can’t perform that action at this time.
0 commit comments