Skip to content

Commit 0f60c2c

Browse files
authored
patch osx CI with leveldb disabled.
1 parent d6eaf05 commit 0f60c2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/CI/configure_cmake.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ if [[ $WITH_DEBUG == true ]] ; then
6666
ARGS="$ARGS -DCMAKE_BUILD_TYPE=Debug"
6767
fi
6868

69+
if [[ $CI_OS_NAME == "osx" ]] ; then
70+
ARGS="$ARGS -DUSE_LEVELDB=OFF";
71+
fi
72+
6973
echo "ARGS = ${ARGS}."
7074

7175
cmake .. $ARGS

0 commit comments

Comments
 (0)