]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
win32*.sh: disable libcephsqlite when targeting Windows 40557/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 26 Mar 2021 08:15:37 +0000 (08:15 +0000)
committerSage Weil <sage@newdream.net>
Thu, 1 Apr 2021 19:52:03 +0000 (14:52 -0500)
commitd4e524092ddb14e1f4bc7babc397b93d02f4cba1
tree0c4fb517439e142ee82a205e434cb59ba0a3061f
parente010a7aeb144b1d2e29c547cd26d140834c7544e
win32*.sh: disable libcephsqlite when targeting Windows

The Windows build is failing as sqlite can't be retrieved:
http://paste.openstack.org/raw/803940/

We don't support libcephsqlite on Windows for the time being,
so we'll just pass WITH_LIBCEPHSQLITE=OFF.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
(cherry picked from commit 03f1dabaea103a84fa9459d28466ddbf3ff363a1)
win32_build.sh