diff options
author | Omri Zeneva <ozeneva@redhat.com> | 2022-04-25 20:04:45 +0200 |
---|---|---|
committer | Omri Zeneva <ozeneva@redhat.com> | 2022-05-17 10:42:01 +0200 |
commit | dd57ad6c4d0005af8abae4e0698bb77d2087f5b6 (patch) | |
tree | 66a641c0bfdf44f1da6bae79f5a374dfa28488d9 /do_freebsd.sh | |
parent | cmake: change build type of opentelemtry to Release (diff) | |
download | ceph-dd57ad6c4d0005af8abae4e0698bb77d2087f5b6.tar.xz ceph-dd57ad6c4d0005af8abae4e0698bb77d2087f5b6.zip |
do_freebsd.sh: set WITH_JAEGER=OFF
Signed-off-by: Omri Zeneva <ozeneva@redhat.com>
Diffstat (limited to 'do_freebsd.sh')
-rwxr-xr-x | do_freebsd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/do_freebsd.sh b/do_freebsd.sh index 097fe19e68f..442fd633f46 100755 --- a/do_freebsd.sh +++ b/do_freebsd.sh @@ -60,6 +60,7 @@ mkdir ${BUILD_DIR} -D WITH_MGR=YES \ -D WITH_RDMA=OFF \ -D WITH_SPDK=OFF \ + -D WITH_JAEGER=OFF \ 2>&1 | tee cmake.log echo -n "start building: "; date |