Merge pull request #1719 from sjenning/fix-segfault-netgo

add netgo tag to fix segfault
This commit is contained in:
David Ashpole 2017-08-15 15:28:53 -07:00 committed by GitHub
commit 764e91bf16

View File

@ -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 )}