Skip to content

Commit

Permalink
Updates pgrx and other deps (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
aykut-bozkurt authored Nov 9, 2024
1 parent e7f0fbf commit 1660ecf
Show file tree
Hide file tree
Showing 6 changed files with 397 additions and 135 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
ENV PATH="/home/rust/.cargo/bin:${PATH}"

# install and configure pgrx
ARG PGRX_VERSION=0.12.6
ARG PGRX_VERSION=0.12.8
RUN cargo install --locked cargo-pgrx@${PGRX_VERSION}
RUN cargo pgrx init --pg${PG_MAJOR} $(which pg_config)
RUN echo "shared_preload_libraries = 'pg_parquet'" >> $HOME/.pgrx/data-${PG_MAJOR}/postgresql.conf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Install and configure pgrx
run: |
cargo install --locked [email protected].6
cargo install --locked [email protected].8
cargo pgrx init --pg${{ env.PG_MAJOR }} $(which pg_config)
- name: Install cargo-llvm-cov for coverage report
Expand Down
Loading

0 comments on commit 1660ecf

Please sign in to comment.