deb: add build profile for system arrow

Signed-off-by: Casey <cbodley@redhat.com>
This commit is contained in:
Casey 2022-02-04 13:34:30 -08:00 committed by Casey Bodley
parent 223c5e8dc0
commit e8460cbd5a
2 changed files with 5 additions and 0 deletions

2
debian/control vendored
View File

@ -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
View File

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