mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-22 20:15:46 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba16f5e7cf | ||
|
|
4a1a91abf9 |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -39,6 +39,10 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install libipc-run-perl
|
sudo apt-get install libipc-run-perl
|
||||||
- run: make prove_installcheck
|
- run: make prove_installcheck
|
||||||
|
- if: ${{ matrix.os == 'ubuntu-22.04' }}
|
||||||
|
run: make clean && make
|
||||||
|
env:
|
||||||
|
PG_CFLAGS: -Werror -fanalyzer
|
||||||
mac:
|
mac:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
if: ${{ !startsWith(github.ref_name, 'windows') }}
|
if: ${{ !startsWith(github.ref_name, 'windows') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user