Skip to content

Commit 1c4744d

Browse files
committed
no 11
1 parent fd379ad commit 1c4744d

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

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

Lines 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

Lines 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

Lines 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy