Commit graph

3 commits

Author SHA1 Message Date
Calin Culianu
18359e695e Updated rocksdb to 9.1.1 + updated librocksdb binaries
This is because rocksdb 6.x didn't work ok with C++20
2024-05-23 00:04:23 +03:00
Calin Culianu
87fb48076d
Upgrade to rocksdb 6.14.6 + bump version to 1.3.3
Upgraded the included headers and static libs to this latest version of
rocksdb. It is hoped that performance and memory consumption will
improve as a result of this update.

Also we bumped the app version to 1.3.3.
2020-12-10 08:59:25 +02:00
Calin Culianu
bad0af12da
Added Linux static builder (using Docker)
- Moved the contrib/build/win/build.sh script up 1 level and made it
  generic.
- It takes 2 args now: <platform> <commit>
- To build the static windows .exe: contrib/build/build.sh windows master
- To build a static Linux binary: contrib/build/build.sh linux master

Tested and works!
2020-03-27 14:28:58 +02:00