From eab436b3566281d82a1ec756b710aaa1671d950c Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 1 Sep 2015 14:01:11 +0300 Subject: [PATCH] dist/redhat/scylla-server.spec: Only build scylla executable There's no need to build tests as they're not shipped. Speed up RPM generation by limiting build to the "scylla" executable. Signed-off-by: Pekka Enberg --- dist/redhat/scylla-server.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/redhat/scylla-server.spec b/dist/redhat/scylla-server.spec index eea6181c64..2a6237df00 100644 --- a/dist/redhat/scylla-server.spec +++ b/dist/redhat/scylla-server.spec @@ -23,7 +23,7 @@ Provides: cassandra21 %setup -q %build -./configure.py --disable-xen --enable-dpdk --mode=release +./configure.py --with scylla --disable-xen --enable-dpdk --mode=release make -C seastar/build/dpdk %{?_smp_mflags} ninja-build %{?_smp_mflags}