File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ export CGO_CFLAGS := -O1
52
52
build-dyn :
53
53
ifndef NOBANNER
54
54
echo $$(date): Building source tree
55
+ go version
55
56
endif
56
57
bash ./build.env
57
58
CGO_ENABLED=0 go install -trimpath $(EXTRA_BUILD_FLAGS) $(VT_GO_PARALLEL) -ldflags "$(shell tools/build_version_flags.sh)" ./go/...
60
61
build :
61
62
ifndef NOBANNER
62
63
echo $$(date): Building source tree
64
+ go version
63
65
endif
64
66
bash ./build.env
65
67
# build all the binaries by default with CGO disabled.
71
73
cross-build :
72
74
ifndef NOBANNER
73
75
echo $$(date): Building source tree
76
+ go version
74
77
endif
75
78
bash ./build.env
76
79
# In order to cross-compile, go install requires GOBIN to be unset
85
88
debug :
86
89
ifndef NOBANNER
87
90
echo $$(date): Building source tree
91
+ go version
88
92
endif
89
93
bash ./build.env
90
94
go install -trimpath $(EXTRA_BUILD_FLAGS) $(VT_GO_PARALLEL) -ldflags "$(shell tools/build_version_flags.sh)" -gcflags -'N -l' ./go/...
You can’t perform that action at this time.
0 commit comments