From c71d5a1a43dd2b4327154a831839d0bc76f66507 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Tue, 5 Nov 2024 14:48:47 +0100 Subject: [PATCH] [build-only] add Ceph-flavoured build to cernbox-revad make target --- .gitignore | 1 + Makefile | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 789e187529..1c338734c7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ # Ignore builds cmd/revad/revad +cmd/revad/revad-ceph cmd/revad/revad.pid cmd/reva/reva cmd/revad/main/main diff --git a/Makefile b/Makefile index e8d9e63fe2..b8c76bfa52 100644 --- a/Makefile +++ b/Makefile @@ -53,11 +53,12 @@ gaia: .PHONY: cernbox-revad cernbox-revad: gaia - 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) --debug -o ./cmd/revad/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 revad-ceph: - go build -ldflags "$(BUILD_FLAGS)" -tags ceph -o ./cmd/revad/revad ./cmd/revad/main + go build -ldflags "$(BUILD_FLAGS)" -tags ceph --debug -o ./cmd/revad/revad ./cmd/revad/main .PHONY: reva reva: