From 2fa5a2a5ff71b27afffdaab6935dcc275530c238 Mon Sep 17 00:00:00 2001 From: Bsian Date: Wed, 1 Jan 2020 15:46:19 +0000 Subject: [PATCH] try this --- build.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 1bd63a7..9890e17 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,6 @@ # This file builds the Go binaries. Hardcoded by LOC Engineering -CGO_ENABLED=0 go build -o dist/bin/storage src/go/storage/storage.go src/go/storage/dirsize.go +go build -o dist/bin/storage src/go/storage/storage.go src/go/storage/dirsize.go file dist/bin/storage -CGO_ENABLED=0 go build -o dist/bin/checkCertificate src/go/checkCertificate/checkCertificate.go +go build -o dist/bin/checkCertificate src/go/checkCertificate/checkCertificate.go file dist/bin/checkCertificate -CGO_ENABLED=0 go build -o dist/bin/checkCertSignatures src/go/checkCertSignatures/checkCertSignatures.go -file /dist/bin/checkCertSignatures +