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:
105
105
working-directory : pgml-extension
106
106
command : pgrx
107
107
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
114
108
- name : Build Postgres 12
115
109
uses : postgresml/gh-actions-cargo@master
116
110
with :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function package_name() {
20
20
echo " postgresml-$1 -$package_version -ubuntu22.04-all.deb"
21
21
}
22
22
23
- for pg in {11..15 }; do
23
+ for pg in {12..16 }; do
24
24
bash ${SCRIPT_DIR} /build.sh ${package_version} ${pg}
25
25
26
26
if [[ ! -f $( package_name ${pg} ) ]]; then
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function package_name() {
27
27
echo " postgresql-pgml-${1} _${PACKAGE_VERSION} -ubuntu22.04-${ARCH} .deb"
28
28
}
29
29
30
- for pg in {11..15 }; do
30
+ for pg in {12..16 }; do
31
31
release_dir=" $extension_dir /target/release/pgml-pg${pg} "
32
32
33
33
mkdir -p " $release_dir /DEBIAN"
You can’t perform that action at this time.
0 commit comments