Skip to content

Commit c71d5a1

Browse files
committed
[build-only] add Ceph-flavoured build to cernbox-revad make target
1 parent 1a51ab7 commit c71d5a1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
# Ignore builds
2121
cmd/revad/revad
22+
cmd/revad/revad-ceph
2223
cmd/revad/revad.pid
2324
cmd/reva/reva
2425
cmd/revad/main/main

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ gaia:
5353

5454
.PHONY: cernbox-revad
5555
cernbox-revad: gaia
56-
gaia build --with github.com/cernbox/reva-plugins --with github.com/cs3org/reva=$(shell pwd) -o ./cmd/revad/revad
56+
gaia build --with github.com/cernbox/reva-plugins --with github.com/cs3org/reva=$(shell pwd) --debug -o ./cmd/revad/revad
57+
gaia build --tags ceph --with github.com/cernbox/reva-plugins --with github.com/cs3org/reva=$(shell pwd) --debug -o ./cmd/revad/revad-ceph
5758

5859
.PHONY: revad-ceph
5960
revad-ceph:
60-
go build -ldflags "$(BUILD_FLAGS)" -tags ceph -o ./cmd/revad/revad ./cmd/revad/main
61+
go build -ldflags "$(BUILD_FLAGS)" -tags ceph --debug -o ./cmd/revad/revad ./cmd/revad/main
6162

6263
.PHONY: reva
6364
reva:

0 commit comments

Comments
 (0)