add netgo tag to fix segfault

This commit is contained in:
Seth Jennings 2017-08-15 17:11:43 -05:00
parent 5e06d8d27b
commit 1a220a2129

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