]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
run-make-check.sh: do not specify -DWITH_PYTHON=3
authorKefu Chai <kchai@redhat.com>
Thu, 15 Apr 2021 09:22:31 +0000 (17:22 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 19 Apr 2021 04:04:18 +0000 (12:04 +0800)
commitbcd596994f9dc2d80f09603c63a5561937bb9f20
treeebe503f634384c7bfc054f83c2674d290f02a01c
parent3903a71a6091847e86a9a27556e1f6af871e70ff
run-make-check.sh: do not specify -DWITH_PYTHON=3

should leave it to do_cmake.sh to decide which python3 version to use,
there is case that we have multiple python3 installed, but only one of them
is fully supported by the distro, in the sense that python3-* packages
are packaged for that python3.

Signed-off-by: Kefu Chai <kchai@redhat.com>
run-make-check.sh