From b24378ddf6c4b3618cfb861bcfa48f7df877a69a Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 4 Jan 2016 17:51:12 +0100 Subject: [PATCH] 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 --- run-make-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3