]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
run-make-check.sh: enable WITH_SEASTAR
authorKefu Chai <kchai@redhat.com>
Tue, 3 Jul 2018 06:58:21 +0000 (14:58 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 12 Jul 2018 09:51:22 +0000 (17:51 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
run-make-check.sh

index 3d5a9d0cdff6cd6dfe9f026b42579824999af820..66191f4063343f7de463c08fa4a75589315724a3 100755 (executable)
@@ -89,7 +89,8 @@ function run() {
     fi
 
     if test -f ./install-deps.sh ; then
-       $DRY_RUN source ./install-deps.sh || return 1
+           export WITH_SEASTAR
+           $DRY_RUN source ./install-deps.sh --with-seastar || return 1
         trap clean_up_after_myself EXIT
     fi
 
@@ -106,7 +107,7 @@ function run() {
         CMAKE_PYTHON_OPTS="-DWITH_PYTHON2=OFF -DWITH_PYTHON3=ON -DMGR_PYTHON_VERSION=3 -DWITH_GTEST_PARALLEL=OFF"
     fi
 
-    CMAKE_BUILD_OPTS="-DWITH_FIO=ON"
+    CMAKE_BUILD_OPTS="-DWITH_FIO=ON -DWITH_SEASTAR=ON"
 
     cat <<EOM
 Note that the binaries produced by this script do not contain correct time