Skip to content

Commit

Permalink
Makefile: use gaia to build revad
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurano committed Oct 10, 2023
1 parent b7ca1f3 commit d300a46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ BUILD_FLAGS = "`[[ -z "$(STATIC)" ]] && echo "" || echo "-extldflags=-static"` -

.PHONY: revad
revad:
go build -ldflags $(BUILD_FLAGS) -o ./cmd/revad/revad ./cmd/revad/main
# go build -ldflags $(BUILD_FLAGS) -o ./cmd/revad/revad ./cmd/revad/main
gaia build -v --with github.com/cernbox/reva-plugins/group=github.com/cernbox/reva-plugins/group@38d2a9c --with github.com/cs3org/reva=/root/Park/reva/reva --with github.com/cernbox/reva-plugins -o ./cmd/revad/revad

.PHONY: revad-ceph
revad-ceph:
Expand Down

0 comments on commit d300a46

Please sign in to comment.