From ce9e1a8f385814b53444e7c40bec2cca25baa0e8 Mon Sep 17 00:00:00 2001 From: Leonard Gram Date: Tue, 27 Nov 2018 16:55:59 +0100 Subject: [PATCH] build: explaining the linux build. --- scripts/build/build-all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build/build-all.sh b/scripts/build/build-all.sh index be0b297527b..3013452a279 100755 --- a/scripts/build/build-all.sh +++ b/scripts/build/build-all.sh @@ -35,6 +35,8 @@ go run build.go -goarch arm64 -cc ${CCARM64} ${OPT} build go run build.go -goos darwin -cc ${CCOSX64} ${OPT} build go run build.go -goos windows -cc ${CCWIN64} ${OPT} build + +# Do not remove CC from the linux build, its there for compatibility with Centos6 CC=${CCX64} go run build.go ${OPT} build yarn install --pure-lockfile --no-progress