Skip to content

Commit 9857f21

Browse files
committed
wip
1 parent 0538c6b commit 9857f21

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
#/bin/sh
2-
CGO_ENABLED=1 go build -a -ldflags="-linkmode=internal" .
2+
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

Comments
 (0)