]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: turn jaeger off by default for SUSE distros 46586/head
authorTim Serong <tserong@suse.com>
Thu, 9 Jun 2022 05:20:10 +0000 (15:20 +1000)
committerTim Serong <tserong@suse.com>
Thu, 9 Jun 2022 06:23:50 +0000 (16:23 +1000)
commit265d24f09eb6105fb6e07b2cc746febb4c970204
tree5da5616df00066d10591d19cd570994089fe2db8
parent7fa69401afd7458c8e79660d822553cca6b8d937
ceph.spec.in: turn jaeger off by default for SUSE distros

Building with jaeger by default pulls in opentelemetry, and
cmake/modules/BuildOpentelemetry.cmake tries to go get
https://github.com/ideepika/opentelemetry-cpp.git at build
time, which doesn't work on SUSE's build service (no internet
access at build time).  Also, since WITH_JAEGER now defaults
to ON in CMakeLists.txt, we need to flip the logic when
setting -DWITH_JAEGER.

Fixes: 644c99826d73174e6609aa24b7297443358488b1
Fixes: 7be8be63501ba03da9b705238a9d3d3a518969ab
Signed-off-by: Tim Serong <tserong@suse.com>
ceph.spec.in