We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c990087 + 95617cb commit b2d36faCopy full SHA for b2d36fa
Makefile
@@ -12,7 +12,7 @@ tool:
12
13
.PHONY: runtimetest
14
runtimetest:
15
- go build -tags "$(BUILDTAGS)" -o runtimetest ./cmd/runtimetest
+ CGO_ENABLED=0 go build -installsuffix cgo -tags "$(BUILDTAGS)" -o runtimetest ./cmd/runtimetest
16
17
.PHONY: man
18
man:
0 commit comments