From 221680c248727a8ae59da2e1e622f68266f7f748 Mon Sep 17 00:00:00 2001 From: Bsian Date: Wed, 1 Jan 2020 15:47:05 +0000 Subject: [PATCH] nope --- build.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 9890e17..1bd63a7 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +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