Skip to content

Commit

Permalink
Merge pull request #31 from bertinatto/dont-download-bin
Browse files Browse the repository at this point in the history
Bug 2031045:  Don't download binaries at build time
  • Loading branch information
openshift-merge-robot committed Jan 28, 2022
2 parents 9d66b27 + 8c55980 commit e310f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -155,7 +155,7 @@ else
CONTROLLER_GEN=$(shell which controller-gen)
endif

$(SYNCER_BIN): $(SYNCER_BIN_SRCS) syncer_manifest
$(SYNCER_BIN): $(SYNCER_BIN_SRCS)
CGO_ENABLED=0 GOOS=$(GOOS) GOARCH=$(GOARCH) go build $(GOFLAGS_VENDOR) -ldflags '$(LDFLAGS_SYNCER)' -o $(abspath $@) $<
@touch $@

Expand Down

0 comments on commit e310f4d

Please sign in to comment.