mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
deb: add build profile for system arrow
Signed-off-by: Casey <cbodley@redhat.com>
This commit is contained in:
parent
223c5e8dc0
commit
e8460cbd5a
2
debian/control
vendored
2
debian/control
vendored
@ -25,6 +25,8 @@ Build-Depends: automake,
|
||||
javahelper,
|
||||
jq <pkg.ceph.check>,
|
||||
junit4,
|
||||
libarrow-dev <pkg.ceph.arrow>,
|
||||
libparquet-dev <pkg.ceph.arrow>,
|
||||
libaio-dev,
|
||||
libbabeltrace-ctf-dev,
|
||||
libbabeltrace-dev,
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -21,6 +21,9 @@ ifeq ($(filter pkg.ceph.jaeger,$(DEB_BUILD_PROFILES)),)
|
||||
else
|
||||
extraopts += -DWITH_JAEGER=ON
|
||||
endif
|
||||
ifneq ($(filter pkg.ceph.arrow,$(DEB_BUILD_PROFILES)),)
|
||||
extraopts += -DWITH_SYSTEM_ARROW=ON
|
||||
endif
|
||||
|
||||
extraopts += -DWITH_OCF=ON -DWITH_LTTNG=ON
|
||||
extraopts += -DWITH_MGR_DASHBOARD_FRONTEND=OFF
|
||||
|
Loading…
Reference in New Issue
Block a user