]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
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)
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

index 6e8bf6c8cede32f0565a7b067a8a647b379fb6f0..0e07cfe48353d73df29ace5f54b831a43567f83d 100755 (executable)
@@ -71,7 +71,7 @@ function main() {
     fi
     FOR_MAKE_CHECK=1 prepare
     # Init defaults after deps are installed.
-    local cmake_opts=" -DWITH_PYTHON3=3 -DWITH_GTEST_PARALLEL=ON -DWITH_FIO=ON -DWITH_CEPHFS_SHELL=ON -DWITH_SPDK=ON -DENABLE_GIT_VERSION=OFF"
+    local cmake_opts=" -DWITH_GTEST_PARALLEL=ON -DWITH_FIO=ON -DWITH_CEPHFS_SHELL=ON -DWITH_SPDK=ON -DENABLE_GIT_VERSION=OFF"
     if [ $WITH_SEASTAR ]; then
         cmake_opts+=" -DWITH_SEASTAR=ON"
     fi