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.
1 parent f4b4b73 commit 03fcce6Copy full SHA for 03fcce6
Makefile
@@ -29,7 +29,7 @@ testconvention:
29
build:
30
mkdir -p build
31
for i in $(filter-out check-windows-%, $(wildcard check-*)); do \
32
- go build -ldflags "-s -w" -o build/$$i \
+ CGO_ENABLED=0 go build -ldflags "-s -w" -o build/$$i \
33
`pwd | sed -e "s|${GOPATH_ROOT}/src/||"`/$$i; \
34
done
35
0 commit comments