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

update build matrix#1675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
montanalow wants to merge9 commits intomaster
base:master
Choose a base branch
Loading
frommontana/package
Open
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
no 11
  • Loading branch information
@montanalow
montanalow committedJan 29, 2025
commit1c4744d9ec87dad0169af18ab46ef3bd4c3fba3d
8 changes: 1 addition & 7 deletions.github/workflows/ubuntu-packages-and-docker-image.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -129,13 +129,7 @@ jobs:
with:
working-directory: pgml-extension
command: pgrx
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
- name: Build Postgres 11
uses: postgresml/gh-actions-cargo@master
with:
working-directory: pgml-extension
command: pgrx
args: package --pg-config /usr/lib/postgresql/11/bin/pg_config
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
- name: Build Postgres 12
uses: postgresml/gh-actions-cargo@master
with:
Expand Down
2 changes: 1 addition & 1 deletionpackages/postgresml/release.sh
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -47,7 +47,7 @@ function package_name() {
echo "Building packages for Ubuntu ${ubuntu_version} (${CODENAME})"

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

Expand Down
2 changes: 1 addition & 1 deletionpackages/postgresql-pgml/release.sh
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -58,7 +58,7 @@ function package_name() {
echo "Building packages for Ubuntu ${ubuntu_version} (${CODENAME}) ${ARCH}"

# Loop through PostgreSQL versions
for pg in {11..17}; do
for pg in {12..17}; do
echo "Building PostgreSQL ${pg} package..."

release_dir="$extension_dir/target/release/pgml-pg${pg}"
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp