Skip to content

Commit 2821648

Browse files
committed
Test
1 parent e583329 commit 2821648

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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() }}

0 commit comments

Comments
 (0)