Skip to content

Commit

Permalink
Also fixes Dockerfile.try
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyBonnette committed Mar 6, 2024
1 parent 22cd5fe commit 2782fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.try
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ENV PATH="/var/lib/postgresql/.cargo/bin:${PATH}"

# Build/install/remove all that is necessary in one step as to keep the resulting layer as small as possible.
RUN PGRX_VERSION=$(cargo metadata --format-version 1 | jq -r '.packages[]|select(.name=="pgrx")|.version') && \
cargo install cargo-pgrx --force --version "$PGRX_VERSION" && \
cargo install cargo-pgrx --locked --force --version "$PGRX_VERSION" && \
rustup component add llvm-tools-preview rustc-dev && \
cd /src/plrustc && ./build.sh && cp ../build/bin/plrustc ~/.cargo/bin && \
cargo pgrx init --pg15 $(which pg_config) && \
Expand Down

0 comments on commit 2782fff

Please sign in to comment.