Skip to content

Commit

Permalink
build cernbox with gaia
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Dec 4, 2023
1 parent 0751ab7 commit 295bbdd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ gaia:
go install github.com/cs3org/gaia@latest

dist: clean gaia
go env
make reva
make revad-ceph
mv cmd/revad/revad cmd/revad/revad-ceph
gaia build --with github.com/cernbox/reva-plugins --with github.com/cs3org/reva=$(shell pwd) -o ./cmd/revad/revad
gaia build --with github.com/cernbox/reva-plugins --with github.com/cs3org/reva=$(shell pwd) -o ./cmd/revad/revad-ceph --tags ceph
@mkdir -p $(PACKAGE)-$(VERSION)
cp -r cmd/revad/revad cmd/revad/revad-ceph cmd/reva/reva $(PACKAGE)-$(VERSION)
tar cpfz ./$(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION)
Expand Down

0 comments on commit 295bbdd

Please sign in to comment.