Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit1c4744d

Browse files
committed
no 11
1 parentfd379ad commit1c4744d

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-
forpgin {11..17};do
50+
forpgin {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-
forpgin {11..17};do
61+
forpgin {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)

[8]ページ先頭

©2009-2025 Movatter.jp