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

Commit 1c4744d

Browse filesBrowse files
committed
no 11
1 parent fd379ad commit 1c4744d
Copy full SHA for 1c4744d

File tree

3 files changed

+3
-9
lines changed
Filter options

3 files changed

+3
-9
lines changed

‎.github/workflows/ubuntu-packages-and-docker-image.yml

Copy file name to clipboardExpand all lines: .github/workflows/ubuntu-packages-and-docker-image.yml
+1-7Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,7 @@ jobs:
129129
with:
130130
working-directory: pgml-extension
131131
command: pgrx
132-
args: init --pg11/usr/lib/postgresql/11/bin/pg_config --pg12=/usr/lib/postgresql/12/bin/pg_config --pg13=/usr/lib/postgresql/13/bin/pg_config --pg14=/usr/lib/postgresql/14/bin/pg_config --pg15=/usr/lib/postgresql/15/bin/pg_config --pg16=/usr/lib/postgresql/16/bin/pg_config --pg17=/usr/lib/postgresql/17/bin/pg_config
133-
- name: Build Postgres 11
134-
uses: postgresml/gh-actions-cargo@master
135-
with:
136-
working-directory: pgml-extension
137-
command: pgrx
138-
args: package --pg-config /usr/lib/postgresql/11/bin/pg_config
132+
args: init --pg12=/usr/lib/postgresql/12/bin/pg_config --pg13=/usr/lib/postgresql/13/bin/pg_config --pg14=/usr/lib/postgresql/14/bin/pg_config --pg15=/usr/lib/postgresql/15/bin/pg_config --pg16=/usr/lib/postgresql/16/bin/pg_config --pg17=/usr/lib/postgresql/17/bin/pg_config
139133
- name: Build Postgres 12
140134
uses: postgresml/gh-actions-cargo@master
141135
with:

‎packages/postgresml/release.sh

Copy file name to clipboardExpand all lines: packages/postgresml/release.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function package_name() {
4747
echo "Building packages for Ubuntu ${ubuntu_version} (${CODENAME})"
4848

4949
# Loop through PostgreSQL versions
50-
for pg in {11..17}; do
50+
for pg in {12..17}; do
5151
echo "Building PostgreSQL ${pg} package..."
5252
bash ${SCRIPT_DIR}/build.sh ${package_version} ${pg} ${ubuntu_version}
5353

‎packages/postgresql-pgml/release.sh

Copy file name to clipboardExpand all lines: packages/postgresql-pgml/release.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function package_name() {
5858
echo "Building packages for Ubuntu ${ubuntu_version} (${CODENAME}) ${ARCH}"
5959

6060
# Loop through PostgreSQL versions
61-
for pg in {11..17}; do
61+
for pg in {12..17}; do
6262
echo "Building PostgreSQL ${pg} package..."
6363

6464
release_dir="$extension_dir/target/release/pgml-pg${pg}"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.