]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
do_cmake: always pass -DWITH_PYTHON3 to cmake 40485/head
authorKefu Chai <kchai@redhat.com>
Thu, 4 Mar 2021 06:30:17 +0000 (14:30 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 30 Mar 2021 04:56:04 +0000 (12:56 +0800)
do not pretend that we support python2 anymore.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 6dbd4f59f3c5cd13df4237136134ad7a4fc46549)

Conflicts:
do_cmake.sh: nautilus still supports python2. so, to
run "make check" with python3 only, we should disable it explicitly.

do_cmake.sh

index ab8f5c8c9769ec86b2664de89540f56438538b3b..ac60a5e881ae87a130836a2536eb347d0afd8637 100755 (executable)
@@ -6,7 +6,7 @@ if test -e build; then
     exit 1
 fi
 
-PYBUILD="2"
+PYBUILD="3"
 if [ -r /etc/os-release ]; then
   source /etc/os-release
   case "$ID" in