We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed120f2 commit 6fb8b16Copy full SHA for 6fb8b16
compute/compute-node.Dockerfile
@@ -1510,7 +1510,8 @@ ARG PG_VERSION
1510
WORKDIR /ext-src
1511
RUN git clone --depth 1 --branch poc https://github.com/Mooncake-Labs/pg_mooncake.git pg_mooncake-src && \
1512
cd pg_mooncake-src && \
1513
- git submodule update --init --recursive
+ git submodule update --init --recursive && \
1514
+ sed -i 's/pgrx = "0.16.0"/pgrx = { version = "0.16.0", features = [ "unsafe-postgres" ] }/g' Cargo.toml
1515
1516
FROM rust-extensions-build-pgrx16 AS pg_mooncake-build
1517
COPY --from=pg_mooncake-src /ext-src/ /ext-src/
0 commit comments