Skip to content

Commit

Permalink
Feat/available after (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlangzi authored Mar 24, 2022
1 parent d121d08 commit bdffa94
Show file tree
Hide file tree
Showing 9 changed files with 313 additions and 231 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ sp_lock.sh
rp_lock.sh
.idea/
.vscode
go.work
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ gomod-clean:

$(ZBOX): gomod-download
$(eval VERSION=$(shell git describe --tags --dirty --always))
go build -x -v -tags bn256 -ldflags "-X main.VersionStr=$(VERSION)" -o $(ZBOX) main.go
CGO_ENABLED=1 go build -x -v -tags bn256 -ldflags "-X main.VersionStr=$(VERSION)" -o $(ZBOX) main.go

zboxcli-test:
go test -tags bn256 ./...
CGO_ENABLED=1 go test -tags bn256 ./...

install: $(ZBOX) zboxcli-test

Expand Down
Loading

0 comments on commit bdffa94

Please sign in to comment.