Skip to content

Commit

Permalink
tests: configure with rocksdb by default
Browse files Browse the repository at this point in the history
Otherwise bluestore won't compile and run-make-check.sh will fail.

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

Signed-off-by: Loic Dachary <[email protected]>
  • Loading branch information
ldachary committed Jan 4, 2016
1 parent 8e7730f commit b24378d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-make-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b24378d

Please sign in to comment.