Skip to content

Commit 0d09e08

Browse files
committed
scripts: Build RocksDB without a static library
The static library can be quite large and we do not really need it. This will save space in the cache and future containers.
1 parent 434db4d commit 0d09e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/spack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spack_get_dependencies ()
152152
dependencies="${dependencies} mariadb-c-client"
153153
dependencies="${dependencies} mongo-c-driver"
154154
dependencies="${dependencies} otf"
155-
dependencies="${dependencies} rocksdb"
155+
dependencies="${dependencies} rocksdb~static"
156156

157157
if test -n "${CI}"
158158
then

0 commit comments

Comments
 (0)