]> git.pld-linux.org Git - packages/libcouchbase.git/commitdiff
- disable mock tests to avoid downloading CouchbaseMock jar
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 May 2020 19:41:31 +0000 (21:41 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 May 2020 19:41:31 +0000 (21:41 +0200)
libcouchbase.spec

index 9e91d2d9c56c8abc79cf9cd2c4708713217be584..2236ac4d3e23240170ffbd1e4315512fb7204cf4 100644 (file)
@@ -87,7 +87,8 @@ Pliki nagłówkowe biblioteki Couchbase.
 %build
 install -d build
 cd build
-%cmake ..
+%cmake .. \
+       -DLCB_NO_MOCK=ON
 
 %{__make}
 
This page took 0.144507 seconds and 4 git commands to generate.