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:
parent
1a51ab78d6
commit
c71d5a1a43
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,6 +19,7 @@
|
||||
|
||||
# Ignore builds
|
||||
cmd/revad/revad
|
||||
cmd/revad/revad-ceph
|
||||
cmd/revad/revad.pid
|
||||
cmd/reva/reva
|
||||
cmd/revad/main/main
|
||||
|
5
Makefile
5
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user