File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -105,12 +105,6 @@ jobs:
105105 working-directory : pgml-extension
106106 command : pgrx
107107 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
108- - name : Build Postgres 11
109- uses : postgresml/gh-actions-cargo@master
110- with :
111- working-directory : pgml-extension
112- command : pgrx
113- args : package --pg-config /usr/lib/postgresql/11/bin/pg_config
114108 - name : Build Postgres 12
115109 uses : postgresml/gh-actions-cargo@master
116110 with :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function package_name() {
2020 echo " postgresml-$1 -$package_version -ubuntu22.04-all.deb"
2121}
2222
23- for pg in {11..15 }; do
23+ for pg in {12..16 }; do
2424 bash ${SCRIPT_DIR} /build.sh ${package_version} ${pg}
2525
2626 if [[ ! -f $( package_name ${pg} ) ]]; then
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function package_name() {
2727 echo " postgresql-pgml-${1} _${PACKAGE_VERSION} -ubuntu22.04-${ARCH} .deb"
2828}
2929
30- for pg in {11..15 }; do
30+ for pg in {12..16 }; do
3131 release_dir=" $extension_dir /target/release/pgml-pg${pg} "
3232
3333 mkdir -p " $release_dir /DEBIAN"
You can’t perform that action at this time.
0 commit comments