We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2463373 commit 4fbce99Copy full SHA for 4fbce99
Makefile
@@ -54,6 +54,9 @@ gaia:
54
.PHONY: cernbox-revad
55
cernbox-revad: gaia
56
gaia build --with github.com/cernbox/reva-plugins --with github.com/cs3org/reva=$(shell pwd) --debug -o ./cmd/revad/revad
57
+
58
+.PHONY: cernbox-revad-ceph
59
+cernbox-revad-ceph: cernbox-revad
60
gaia build --tags ceph --with github.com/cernbox/reva-plugins --with github.com/cs3org/reva=$(shell pwd) --debug -o ./cmd/revad/revad-ceph
61
62
.PHONY: revad-ceph
0 commit comments