From 49f8d48cfd7649f51c42d58f214ea05a32d4d9c6 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 30 Dec 2019 17:54:45 -0500 Subject: [PATCH] update build file --- build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 8b38d4c..1bd63a7 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ # This file builds the Go binaries. Hardcoded by LOC Engineering -go build -o dist/bin/storage src/go/storage/storage.go src/go/storage/dirsize.go +CGO_ENABLED=0 go build -o dist/bin/storage src/go/storage/storage.go src/go/storage/dirsize.go file dist/bin/storage -go build -o dist/bin/checkCertificate src/go/checkCertificate/checkCertificate.go +CGO_ENABLED=0 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