small fixes to build.sh

merge-requests/2/merge
Matthew 2020-01-01 15:55:58 -05:00
parent ae971f9f32
commit 65bf8e0486
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# 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
go build -o dist/bin/checkCertSignatures src/go/checkCertSignatures/checkCertSignatures.go
file /dist/bin/checkCertSignatures