From 1a220a21295b19192c300403ad5d9d2780528b53 Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Tue, 15 Aug 2017 17:11:43 -0500 Subject: [PATCH] add netgo tag to fix segfault --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index e01c7fce..ebfb892b 100755 --- a/build/build.sh +++ b/build/build.sh @@ -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 )}