File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ jobs:
113113 image : alpine:3.23
114114 options : --platform linux/386
115115 steps :
116- - run : apk add --update build-base git openrc perl perl-ipc-run postgresql18 postgresql18-dev
117- - run : rc-update add postgresql && touch /run/openrc/softlevel
116+ - run : apk add --update build-base git openrc perl perl-ipc-run perl-test-harness-utils postgresql18 postgresql18-dev sudo
117+ - run : mkdir /run/openrc && touch /run/openrc/softlevel && rc-update add postgresql && rc-service postgresql start
118118 - run : |
119119 git clone https://github.com/${{ github.repository }}.git pgvector
120120 cd pgvector
@@ -123,10 +123,8 @@ jobs:
123123 make
124124 make install
125125 chown -R postgres .
126- rc-service postgresql status
127- ls /run/postgresql
128- make installcheck
129- make prove_installcheck
126+ sudo -u postgres make installcheck
127+ sudo -u postgres make prove_installcheck
130128 env:
131129 PG_CFLAGS: -DUSE_ASSERT_CHECKING -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers
132130 - if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments