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 0538c6b commit 9857f21Copy full SHA for 9857f21
build.sh
@@ -1,2 +1,6 @@
1
#/bin/sh
2
- CGO_ENABLED=1 go build -a -ldflags="-linkmode=internal" .
+export CGO_ENABLED=1
3
+rm -rf /tmp/go-link-*
4
+rm -rf /tmp/go-build*
5
+go clean -r -cache -testcache -modcache
6
+go build -a -ldflags="-linkmode=internal" .
0 commit comments