Add rice calls to stats and lotus-shed

This commit is contained in:
Travis Person 2020-01-14 00:50:48 +00:00
parent 85f0f0bf81
commit 4d30ab77be

View File

@ -76,6 +76,7 @@ BINS+=lotus-seal-worker
lotus-shed: $(BUILD_DEPS) lotus-shed: $(BUILD_DEPS)
rm -f lotus-shed rm -f lotus-shed
go build $(GOFLAGS) -o lotus-shed ./cmd/lotus-shed go build $(GOFLAGS) -o lotus-shed ./cmd/lotus-shed
go run github.com/GeertJohan/go.rice/rice append --exec lotus-shed -i ./build
.PHONY: lotus-seal-worker .PHONY: lotus-seal-worker
BINS+=lotus-seal-worker BINS+=lotus-seal-worker
@ -144,6 +145,7 @@ BINS+=bench
stats: stats:
rm -f stats rm -f stats
go build -o stats ./tools/stats go build -o stats ./tools/stats
go run github.com/GeertJohan/go.rice/rice append --exec stats -i ./build
.PHONY: stats .PHONY: stats
BINS+=stats BINS+=stats