File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ build-linux: clean $(CMDS)
73
73
build-wait : clean bin/wait
74
74
75
75
bin/wait :
76
- CGO_ENABLED=0 GOOS=linux GOARCH=386 go build -o $@ $(PKG ) /test/e2e/wait
76
+ CGO_ENABLED=1 CGO_DEBUG=1 GOOS=linux GOARCH=386 go build -o $@ $(PKG ) /test/e2e/wait
77
77
78
78
$(CMDS ) : version_flags=-ldflags "-X $(PKG ) /pkg/version.GitCommit=$(GIT_COMMIT ) -X $(PKG ) /pkg/version.OLMVersion=`cat OLM_VERSION`"
79
79
$(CMDS ) :
80
- CGO_ENABLED=0 $(arch_flags ) go $(build_cmd ) $(MOD_FLAGS ) $(version_flags ) -o bin/$(shell basename $@ ) $@
80
+ CGO_ENABLED=1 CGO_DEBUG=1 $(arch_flags ) go $(build_cmd ) $(MOD_FLAGS ) $(version_flags ) -o bin/$(shell basename $@ ) $@
81
81
82
82
$(TCMDS ) :
83
83
CGO_ENABLED=0 go test -c $(BUILD_TAGS ) $(MOD_FLAGS ) -o bin/$(shell basename $@ ) $@
You can’t perform that action at this time.
0 commit comments