deb: add build profile for system arrow
Signed-off-by: Casey <cbodley@redhat.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user