Skip to content

Commit f20c5e0

Browse files
author
Mrunal Patel
authored
Merge pull request cri-o#2201 from ganeshmaharaj/make-parallel
Fix parallel make build failure
2 parents fdbe22e + 3fda830 commit f20c5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ release-note:
113113
@$(GOPATH)/bin/release-tool -n $(release)
114114

115115
conmon/config.h: cmd/crio-config/config.go oci/oci.go
116-
$(GO) build -i $(LDFLAGS) -o bin/crio-config $(PROJECT)/cmd/crio-config
116+
$(GO) build -i $(LDFLAGS) -tags "$(BUILDTAGS)" -o bin/crio-config $(PROJECT)/cmd/crio-config
117117
( cd conmon && $(CURDIR)/bin/crio-config )
118118

119119
clean:

0 commit comments

Comments
 (0)