feat: support RocksDB

This commit is contained in:
2026-04-14 14:28:47 -04:00
parent d8d2526782
commit 1b88e6a11d
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ opendal = { git = "https://github.com/apache/opendal", features = [
"services-postgresql",
"services-redb",
"services-redis",
"services-rocksdb",
"services-s3",
"services-sled",
"services-webdav",

View File

@@ -13,6 +13,7 @@ ARG PROTOC_VERSION=31.1-r1
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
apk add --update protoc=${PROTOC_VERSION}
ENV CXXFLAGS="-include cstdint"
RUN \
# This one would be nice if it worked:
# --mount=type=bind,source=.,target=/root/app \