docker: Add build-overrides for custom external rocksdb.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-31 00:26:53 +00:00
parent 2be61de70f
commit d3233ce8b6
3 changed files with 91 additions and 17 deletions

View File

@@ -42,7 +42,6 @@ RUN \
<<EOF
set -eux
LDFLAGS="-Wl,--strip-all" \
cmake -H. -Bbuild \
"-DCMAKE_RULE_MESSAGES:BOOL=${rocksdb_make_rule_messages}" \
"-DCMAKE_VERBOSE_MAKEFILE:BOOL=${rocksdb_make_verbose}" \