Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

update pgrx #694

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update pgrx
  • Loading branch information
montanalow committed Jun 6, 2023
commit ae1d30d9cc82161a02be5bcdc32590cd9e6a13a8
2 changes: 1 addition & 1 deletion 2 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
source ~/.cargo/env
cargo install cargo-pgrx --version "0.8.2" --locked
cargo install cargo-pgrx --version "0.9.2" --locked

if [[ ! -d ~/.pgrx ]]; then
cargo pgrx init
Expand Down
2 changes: 1 addition & 1 deletion 2 .github/workflows/package-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
working-directory: pgml-extension
command: install
args: cargo-pgrx --version "0.8.2" --locked
args: cargo-pgrx --version "0.9.2" --locked
- name: pgrx init
uses: postgresml/gh-actions-cargo@master
with:
Expand Down
2 changes: 1 addition & 1 deletion 2 Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ENV PATH="/home/postgresml/.cargo/bin:${PATH}"


# Install pgrx
RUN cargo install cargo-pgrx --version "0.8.2" --locked
RUN cargo install cargo-pgrx --version "0.9.2" --locked


COPY --chown=postgresml:postgresml ./ /app
Expand Down
2 changes: 1 addition & 1 deletion 2 pgml-dashboard/static/docs/guides/setup/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Once there, you can initialize `pgrx` and get going:

#### Pgrx command line and environments
```commandline
cargo install cargo-pgrx --version "0.8.2" --locked && \
cargo install cargo-pgrx --version "0.9.2" --locked && \
cargo pgrx init # This will take a few minutes
```

Expand Down
4 changes: 2 additions & 2 deletions 4 pgml-dashboard/static/docs/guides/setup/v2/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ version accordingly if yours is different. Other flavors of Linux should work, b

```
export POSTGRES_VERSION=15
cargo install cargo-pgrx --version "0.8.2" --locked && \
cargo install cargo-pgrx --version "0.9.2" --locked && \
cargo pgrx init --pg${POSTGRES_VERSION} /usr/bin/pg_config && \
cargo pgrx package
```
Expand All @@ -106,7 +106,7 @@ version accordingly if yours is different. Other flavors of Linux should work, b
```
export POSTGRES_VERSION=15
cp docker/Cargo.toml.no-python Cargo.toml && \
cargo install cargo-pgrx --version "0.8.2" --locked && \
cargo install cargo-pgrx --version "0.9.2" --locked && \
cargo pgrx init --pg${POSTGRES_VERSION} /usr/bin/pg_config && \
cargo pgrx package
```
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.