mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
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>
This commit is contained in:
parent
3903a71a60
commit
bcd596994f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user