Compare commits

..

1 Commits

Author SHA1 Message Date
Andrew Kane
4a323f97d7 Mark extension as trusted 2023-10-03 11:43:08 -07:00
2 changed files with 1 additions and 4 deletions

View File

@@ -39,10 +39,6 @@ jobs:
sudo apt-get update
sudo apt-get install libipc-run-perl
- run: make prove_installcheck
- if: ${{ matrix.os == 'ubuntu-22.04' }}
run: make clean && make
env:
PG_CFLAGS: -Werror -fanalyzer
mac:
runs-on: macos-latest
if: ${{ !startsWith(github.ref_name, 'windows') }}

View File

@@ -2,3 +2,4 @@ comment = 'vector data type and ivfflat and hnsw access methods'
default_version = '0.5.0'
module_pathname = '$libdir/vector'
relocatable = true
trusted = true