Skip to content

Commit

Permalink
Update pgai to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie committed Dec 10, 2024
1 parent ea28ec3 commit 208ee31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ RUN set -ex; \
cd /build/pgai; \
for pg in ${PG_VERSIONS}; do \
if [ "$pg" -gt 15 ]; then \
PG_MAJOR=${pg} ./projects/extension/build.py install; \
PG_BIN=$(pg_config --bindir) PG_MAJOR=${pg} ./projects/extension/build.py install; \
fi; \
done; \
fi
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PG_MAJOR?=17
PG_VERSIONS?=

# Additional PostgreSQL extensions we want to include with specific version/commit tags
PGAI_VERSION?=extension-0.5.0
PGAI_VERSION?=extension-0.6.0
PGVECTORSCALE_VERSIONS?=all
POSTGIS_VERSIONS?=3
PG_AUTH_MON?=v3.0
Expand Down

0 comments on commit 208ee31

Please sign in to comment.