Skip to content

Commit

Permalink
Bumps rustup to 1.83.0 and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aykut-bozkurt committed Dec 3, 2024
1 parent fb34b7d commit dbc1720
Show file tree
Hide file tree
Showing 10 changed files with 296 additions and 216 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.8
ARG PGRX_VERSION=0.12.9
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.82.0
toolchain: 1.83.0
target: x86_64-unknown-linux-gnu
components: rustfmt, clippy, llvm-tools-preview

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Install and configure pgrx
run: |
cargo install --locked [email protected].8
cargo install --locked [email protected].9
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 dbc1720

Please sign in to comment.