Skip to content

Commit 764e91b

Browse files
authored
Merge pull request #1719 from sjenning/fix-segfault-netgo
add netgo tag to fix segfault
2 parents 5e06d8d + 1a220a2 commit 764e91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -e
1818

19-
GO_FLAGS=${GO_FLAGS:-} # Extra go flags to use in the build.
19+
GO_FLAGS=${GO_FLAGS:-"-tags netgo"} # Extra go flags to use in the build.
2020
GO_CMD=${GO_CMD:-"install"}
2121
BUILD_USER=${BUILD_USER:-"${USER}@${HOSTNAME}"}
2222
BUILD_DATE=${BUILD_DATE:-$( date +%Y%m%d-%H:%M:%S )}

0 commit comments

Comments
 (0)