1
0
mirror of https://github.com/cs3org/reva.git synced 2025-04-18 13:44:12 +03:00

[build-only] add Ceph-flavoured build to cernbox-revad make target

This commit is contained in:
Giuseppe Lo Presti 2024-11-05 14:48:47 +01:00
parent 1a51ab78d6
commit c71d5a1a43
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -19,6 +19,7 @@
# Ignore builds
cmd/revad/revad
cmd/revad/revad-ceph
cmd/revad/revad.pid
cmd/reva/reva
cmd/revad/main/main

View File

@ -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: