Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2c400e9b763fa77db734788d61b78c69ea2def30
b0040f15c13bdba0f3db56220b896f91545384e6
2 changes: 1 addition & 1 deletion common/scripts/gobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GOBUILDFLAGS=${GOBUILDFLAGS:-""}
IFS=' ' read -r -a GOBUILDFLAGS_ARRAY <<< "$GOBUILDFLAGS"

GCFLAGS=${GCFLAGS:-}
export CGO_ENABLED=0
export CGO_ENABLED=${CGO_ENABLED:-0}

if [[ "${STATIC}" != "1" ]];then
LDFLAGS=""
Expand Down