File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,17 +37,18 @@ RUN git clone https://github.com/citusdata/pg_cron.git && \
3737RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3838RUN $HOME/.cargo/bin/rustup default stable
3939
40+ # install pgrx
41+ RUN $HOME/.cargo/bin/cargo install cargo-pgrx --version=0.11.0 --locked
42+
4043# install pgmq
41- RUN $HOME/.cargo/bin/cargo install cargo-pgrx --version=0.10.2 --locked
4244RUN $HOME/.cargo/bin/cargo pgrx init --pg15 $(which pg_config)
4345
4446RUN git clone https://github.com/tembo-io/pgmq.git && \
4547 cd pgmq && $HOME/.cargo/bin/cargo pgrx install --pg-config=$(which pg_config) && \
4648 cd .. && rm -rf pgmq
4749
50+ # install pg-vectorize
4851COPY . .
49-
50- RUN $HOME/.cargo/bin/cargo install cargo-pgrx --version=0.11.0 --locked
5152RUN $HOME/.cargo/bin/cargo pgrx install --pg-config=$(which pg_config)
5253
5354FROM postgres:15.4-bookworm
You can’t perform that action at this time.
0 commit comments