Skip to content

Commit

Permalink
deb: add build profile for system arrow
Browse files Browse the repository at this point in the history
Signed-off-by: Casey <cbodley@redhat.com>
  • Loading branch information
cbodley committed Feb 10, 2022
1 parent 74e157c commit ad0d8aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad0d8aa

Please sign in to comment.