mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 18:40:38 +00:00
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 <penberg@cloudius-systems.com>
This commit is contained in:
2
dist/redhat/scylla-server.spec
vendored
2
dist/redhat/scylla-server.spec
vendored
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user