]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: configure with rocksdb by default 7100/head
authorLoic Dachary <ldachary@redhat.com>
Mon, 4 Jan 2016 16:51:12 +0000 (17:51 +0100)
committerLoic Dachary <ldachary@redhat.com>
Mon, 4 Jan 2016 16:51:12 +0000 (17:51 +0100)
Otherwise bluestore won't compile and run-make-check.sh will fail.

http://tracker.ceph.com/issues/14220 Fixes: #14220

Signed-off-by: Loic Dachary <loic@dachary.org>
run-make-check.sh

index 4c07ec1e3a2f73f3062c50f8099538798f87027b..887ab24debf2684eb38732123ac303fa734f4e0d 100755 (executable)
@@ -66,7 +66,7 @@ function run() {
        $DRY_RUN ./install-deps.sh || return 1
     fi
     $DRY_RUN ./autogen.sh || return 1
-    $DRY_RUN ./configure "$@" --disable-static --with-radosgw --with-debug --without-lttng \
+    $DRY_RUN ./configure "$@"  --with-librocksdb-static --disable-static --with-radosgw --with-debug --without-lttng \
         CC="ccache gcc" CXX="ccache g++" CFLAGS="-Wall -g" CXXFLAGS="-Wall -g" || return 1
     $DRY_RUN make $BUILD_MAKEOPTS || return 1
     $DRY_RUN make $CHECK_MAKEOPTS check || return 1