2019-12-27 21:54:54 -05:00
|
|
|
# This file builds the Go binaries. Hardcoded by LOC Engineering
|
2020-01-01 10:59:24 -05:00
|
|
|
CGO_ENABLED=0 go build -o ./dist/bin/storage ./src/go/storage/storage.go ./src/go/storage/dirsize.go
|
2019-12-27 21:54:54 -05:00
|
|
|
file dist/bin/storage
|
2020-01-01 10:59:24 -05:00
|
|
|
CGO_ENABLED=0 go build -o ./dist/bin/checkCertificate ./src/go/checkCertificate/checkCertificate.go
|
2019-12-27 21:54:54 -05:00
|
|
|
file dist/bin/checkCertificate
|
2020-01-01 10:59:24 -05:00
|
|
|
CGO_ENABLED=0 go build -o ./dist/bin/checkCertSignatures ./src/go/checkCertSignatures/checkCertSignatures.go
|
2020-01-01 10:47:05 -05:00
|
|
|
file /dist/bin/checkCertSignatures
|