We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1757f0f + 64c9b53 commit 94505ebCopy full SHA for 94505eb
ceph.spec.in
@@ -143,6 +143,7 @@
143
# disable dwz for 50% speedup at the cost of ~33% space
144
%global _find_debuginfo_dwz_opts %{nil}
145
%endif
146
+%bcond_with sccache
147
148
%{!?_udevrulesdir: %global _udevrulesdir /lib/udev/rules.d}
149
%{!?tmpfiles_create: %global tmpfiles_create systemd-tmpfiles --create}
@@ -1523,6 +1524,9 @@ cmake .. \
1523
1524
-DWITH_JAEGER:BOOL=OFF \
1525
1526
-DWITH_GRAFANA:BOOL=ON \
1527
+%if %{with sccache}
1528
+ -DWITH_SCCACHE=ON \
1529
+%endif
1530
%if 0%{with cephadm_bundling}
1531
%if 0%{with cephadm_pip_deps}
1532
-DCEPHADM_BUNDLED_DEPENDENCIES=pip
0 commit comments