Skip to content

Commit

Permalink
Merge pull request #9476 from neondatabase/tristan957/auth
Browse files Browse the repository at this point in the history
Compute release 2024-10-22
  • Loading branch information
ololobus authored Oct 22, 2024
2 parents fe1b181 + 2b3cc87 commit c4e5693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compute/Dockerfile.compute-node
Original file line number Diff line number Diff line change
Expand Up @@ -975,8 +975,8 @@ ARG PG_VERSION
RUN case "${PG_VERSION}" in "v17") \
echo "pg_session_jwt does not yet have a release that supports pg17" && exit 0;; \
esac && \
wget https://github.com/neondatabase/pg_session_jwt/archive/e642528f429dd3f5403845a50191b78d434b84a6.tar.gz -O pg_session_jwt.tar.gz && \
echo "1a69210703cc91224785e59a0a67562dd9eed9a0914ac84b11447582ca0d5b93 pg_session_jwt.tar.gz" | sha256sum --check && \
wget https://github.com/neondatabase/pg_session_jwt/archive/e1310b08ba51377a19e0559e4d1194883b9b2ba2.tar.gz -O pg_session_jwt.tar.gz && \
echo "837932a077888d5545fd54b0abcc79e5f8e37017c2769a930afc2f5c94df6f4e pg_session_jwt.tar.gz" | sha256sum --check && \
mkdir pg_session_jwt-src && cd pg_session_jwt-src && tar xzf ../pg_session_jwt.tar.gz --strip-components=1 -C . && \
sed -i 's/pgrx = "=0.11.3"/pgrx = { version = "=0.11.3", features = [ "unsafe-postgres" ] }/g' Cargo.toml && \
cargo pgrx install --release
Expand Down

1 comment on commit c4e5693

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4648 tests run: 4474 passed, 0 failed, 174 skipped (full report)


Test coverage report is not available

The comment gets automatically updated with the latest test results
c4e5693 at 2024-10-22T10:56:17.134Z :recycle:

Please sign in to comment.