From: Willem Jan Withagen Date: Fri, 24 Feb 2017 10:51:25 +0000 (+0100) Subject: do_freebsd.sh: the EMBEDDED target is not (yet) working for FreeBSD X-Git-Tag: v12.0.1~270^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d92de30724f69f0bbcba3354c9d87d488f15ca7c;p=ceph-ci.git do_freebsd.sh: the EMBEDDED target is not (yet) working for FreeBSD Signed-off-by: Willem Jan Withagen --- diff --git a/do_freebsd.sh b/do_freebsd.sh index 3f868513559..c0776132935 100755 --- a/do_freebsd.sh +++ b/do_freebsd.sh @@ -47,6 +47,7 @@ rm -rf build && ./do_cmake.sh "$*" \ -D CEPH_MAN_DIR=man \ -D WITH_LIBCEPHFS=OFF \ -D WITH_CEPHFS=OFF \ + -D WITH_EMBEDDED=OFF \ 2>&1 | tee cmake.log cd build