]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: use build.py in cmake configuration 41855/head
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 16 Jun 2022 19:41:04 +0000 (15:41 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 13 Sep 2022 16:17:20 +0000 (12:17 -0400)
commitb2bd88f7cabc5828330b93aaeee82bfe9b191dcb
tree079280fb2cd23a3f94728bdaa09e65cc96598803
parent6ba6981148188572209cd950188a8da0e75ea766
cephadm: use build.py in cmake configuration

This change replaces the call to build.sh with a call to build.py.

It also makes the build.py script a dependency to the cmake custom to
ensure we rebuild the cephadm binary if build.py changes.  Since, if one
changes the build script used to make the binary we should rebuild the
output as the new script may indeed change the intended output.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/CMakeLists.txt