mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-05 12:10:55 +08:00
Test
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -113,7 +113,7 @@ jobs:
|
|||||||
image: alpine:3.23
|
image: alpine:3.23
|
||||||
options: --platform linux/386
|
options: --platform linux/386
|
||||||
steps:
|
steps:
|
||||||
- run: apk add --update build-base git openrc postgresql18 postgresql18-dev
|
- run: apk add --update build-base git openrc perl perl-ipc-run postgresql18 postgresql18-dev
|
||||||
- run: rc-update add postgresql
|
- run: rc-update add postgresql
|
||||||
- run: |
|
- run: |
|
||||||
git clone https://github.com/${{ github.repository }}.git pgvector
|
git clone https://github.com/${{ github.repository }}.git pgvector
|
||||||
@@ -123,8 +123,8 @@ jobs:
|
|||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
chown -R postgres .
|
chown -R postgres .
|
||||||
sudo -u postgres make installcheck
|
make installcheck
|
||||||
sudo -u postgres make prove_installcheck
|
make prove_installcheck
|
||||||
env:
|
env:
|
||||||
PG_CFLAGS: -DUSE_ASSERT_CHECKING -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers
|
PG_CFLAGS: -DUSE_ASSERT_CHECKING -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers
|
||||||
- if: ${{ failure() }}
|
- if: ${{ failure() }}
|
||||||
|
|||||||
Reference in New Issue
Block a user