From: Loic Dachary Date: Mon, 4 Jan 2016 16:51:12 +0000 (+0100) Subject: tests: configure with rocksdb by default X-Git-Tag: v10.0.3~140^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7100%2Fhead;p=ceph.git tests: configure with rocksdb by default 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 --- diff --git a/run-make-check.sh b/run-make-check.sh index 4c07ec1e3a2..887ab24debf 100755 --- a/run-make-check.sh +++ b/run-make-check.sh @@ -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