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,7 +113,7 @@ 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 perl-test-harness-utils postgresql18 postgresql18-dev sudo
116+ - run : apk add --update build-base git openrc perl perl-ipc-run perl-test-harness-utils postgresql18 postgresql18-dev
117117 - 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
@@ -123,8 +123,9 @@ jobs:
123123 make
124124 make install
125125 chown -R postgres .
126- sudo -u postgres make installcheck
127- sudo -u postgres make prove_installcheck
126+ su postgres
127+ make installcheck
128+ make prove_installcheck
128129 env:
129130 PG_CFLAGS: -DUSE_ASSERT_CHECKING -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers
130131 - if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments