Fix concurrency

This commit is contained in:
Cheng Chen
2025-09-02 10:16:29 -07:00
parent 07e034163e
commit cfdd35c270

View File

@@ -1508,7 +1508,7 @@ RUN make -j $(getconf _NPROCESSORS_ONLN) && \
FROM build-deps AS pg_mooncake-src
ARG PG_VERSION
WORKDIR /ext-src
RUN git clone --depth 1 --branch poc-08.23 https://github.com/Mooncake-Labs/pg_mooncake.git pg_mooncake-src && \
RUN git clone --depth 1 --branch poc-08.29 https://github.com/Mooncake-Labs/pg_mooncake.git pg_mooncake-src && \
cd pg_mooncake-src && \
git submodule update --init --recursive && \
sed -i 's/pgrx = "0.16.0"/pgrx = { version = "0.16.0", features = [ "unsafe-postgres" ] }/g' Cargo.toml