From: David Galloway Date: Wed, 17 Nov 2021 20:15:28 +0000 (-0500) Subject: Try distcc X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fdgalloway-ib2;p=ceph.git Try distcc Signed-off-by: David Galloway --- diff --git a/ceph.spec.in b/ceph.spec.in index 3579d7e628e..4b29ccee3c6 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1273,7 +1273,7 @@ env | sort # TODO: drop this step once we can use `cmake -B` mkdir -p %{_vpath_builddir} pushd %{_vpath_builddir} -cmake .. \ +CC="distcc" cmake .. \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \ -DCMAKE_INSTALL_LIBEXECDIR:PATH=%{_libexecdir} \