]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: build bluestore-tp before crimson-alienstore
authorKefu Chai <kchai@redhat.com>
Thu, 29 Oct 2020 09:18:06 +0000 (17:18 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 29 Oct 2020 09:21:06 +0000 (17:21 +0800)
commit76fe6fc32c3a2ce84d0f54d72642951737bdee0b
tree8a5117a9fb593c97cf728b1885de7866e76095e0
parent677d939b391f46fb54c3027ead30cfa1757cc778
cmake: build bluestore-tp before crimson-alienstore

to address the FTBFS of

src/os/bluestore/BlueStore.cc:52:10: fatal error: tracing/bluestore.h: No such file or directory
   52 | #include "tracing/bluestore.h"
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

tracing/bluestore.h is created by the "bluestore-tp" target, there
is a good chance that we build crimson when WITH_LTTNG is enabled,
let's ensure that tracing/bluestore.h is ready before compiling
alienstore.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/os/alienstore/CMakeLists.txt