File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- name : Build
23
23
id : build
24
- run : sudo su -c "PG_VERSION=15 USE_SOURCE=1 USE_SSL=1 ./ci/scripts/build.sh"
24
+ run : sudo su -c "PG_VERSION=17 USE_SOURCE=1 USE_SSL=1 ./ci/scripts/build.sh"
25
25
env :
26
26
BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
27
27
Original file line number Diff line number Diff line change 4
4
source " $( dirname " $0 " ) /utils.sh"
5
5
6
6
export WORKDIR=/tmp/lantern
7
- export PG_VERSION=15
7
+ export PG_VERSION=17
8
8
export GITHUB_OUTPUT=/dev/null
9
- export PGDATA=/etc /postgresql/$PG_VERSION /main
9
+ export PGDATA=/var/lib /postgresql/$PG_VERSION /main
10
10
11
11
echo " port = 5432" >> ${PGDATA} /postgresql.conf
12
+ echo " shared_preload_libraries = 'lantern_extras' " >> ${PGDATA} /postgresql.conf
12
13
# Enable auth without password
13
14
echo " local all all trust" > $PGDATA /pg_hba.conf
14
15
echo " host all all 127.0.0.1/32 trust" >> $PGDATA /pg_hba.conf
You can’t perform that action at this time.
0 commit comments