From 4fbce99543e584f279b0b119d36ec85010a9a8e8 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Mon, 11 Nov 2024 10:47:58 +0100 Subject: [PATCH] [build-only] split Ceph-flavoured target again for now, until we make ceph "mandatory" --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b8c76bfa52..a635d8c60f 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,9 @@ gaia: .PHONY: cernbox-revad cernbox-revad: gaia gaia build --with github.com/cernbox/reva-plugins --with github.com/cs3org/reva=$(shell pwd) --debug -o ./cmd/revad/revad + +.PHONY: cernbox-revad-ceph +cernbox-revad-ceph: cernbox-revad gaia build --tags ceph --with github.com/cernbox/reva-plugins --with github.com/cs3org/reva=$(shell pwd) --debug -o ./cmd/revad/revad-ceph .PHONY: revad-ceph