diff options
author | Deepika Upadhyay <dupadhya@redhat.com> | 2022-03-28 22:14:48 +0200 |
---|---|---|
committer | Deepika Upadhyay <dupadhya@redhat.com> | 2022-04-04 09:27:27 +0200 |
commit | fa7821dd00b1577391db9518bbef0c7618b78ade (patch) | |
tree | 74e8236ae0768c7216a24623564934dad64201d6 /debian/control | |
parent | Merge pull request #45647 from rhcs-dashboard/fix-55060-master (diff) | |
download | ceph-fa7821dd00b1577391db9518bbef0c7618b78ade.tar.xz ceph-fa7821dd00b1577391db9518bbef0c7618b78ade.zip |
build: make ninja-build package install always
we use ninja build as default build now, having it installed only with
make check enabled may make builds fail, if ran without make check.
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 21a85ddc519..d6ae83ebe83 100644 --- a/debian/control +++ b/debian/control @@ -78,7 +78,7 @@ Build-Depends: automake, libxmlsec1-nss <pkg.ceph.check>, libxmlsec1-openssl <pkg.ceph.check>, libxmlsec1-dev <pkg.ceph.check>, - ninja-build <pkg.ceph.check>, + ninja-build, nlohmann-json3-dev <pkg.ceph.jaeger>, patch, pkg-config, |