feat: support RocksDB
This commit is contained in:
@@ -43,6 +43,7 @@ opendal = { git = "https://github.com/apache/opendal", features = [
|
|||||||
"services-postgresql",
|
"services-postgresql",
|
||||||
"services-redb",
|
"services-redb",
|
||||||
"services-redis",
|
"services-redis",
|
||||||
|
"services-rocksdb",
|
||||||
"services-s3",
|
"services-s3",
|
||||||
"services-sled",
|
"services-sled",
|
||||||
"services-webdav",
|
"services-webdav",
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ ARG PROTOC_VERSION=31.1-r1
|
|||||||
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
||||||
apk add --update protoc=${PROTOC_VERSION}
|
apk add --update protoc=${PROTOC_VERSION}
|
||||||
|
|
||||||
|
ENV CXXFLAGS="-include cstdint"
|
||||||
RUN \
|
RUN \
|
||||||
# This one would be nice if it worked:
|
# This one would be nice if it worked:
|
||||||
# --mount=type=bind,source=.,target=/root/app \
|
# --mount=type=bind,source=.,target=/root/app \
|
||||||
|
|||||||
Reference in New Issue
Block a user