Merge pull request #1719 from sjenning/fix-segfault-netgo
add netgo tag to fix segfault
This commit is contained in:
commit
764e91bf16
@ -16,7 +16,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
GO_FLAGS=${GO_FLAGS:-} # Extra go flags to use in the build.
|
||||
GO_FLAGS=${GO_FLAGS:-"-tags netgo"} # Extra go flags to use in the build.
|
||||
GO_CMD=${GO_CMD:-"install"}
|
||||
BUILD_USER=${BUILD_USER:-"${USER}@${HOSTNAME}"}
|
||||
BUILD_DATE=${BUILD_DATE:-$( date +%Y%m%d-%H:%M:%S )}
|
||||
|
Loading…
Reference in New Issue
Block a user