Skip to content

Commit

Permalink
only keep 1 .sql file for vector
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Jun 13, 2024
1 parent 7b380e7 commit d52a029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ then
# OPTFLAGS="" turns off arch optim (sse/neon).
PG_CONFIG=${PGROOT}/bin/pg_config emmake make OPTFLAGS="" install
cp sql/vector.sql sql/vector--0.7.2.sql ${PGROOT}/share/postgresql/extension
rm ${PGROOT}/share/postgresql/extension/vector--?.?.?--?.?.?.sql
rm ${PGROOT}/share/postgresql/extension/vector--?.?.?--?.?.?.sql ${PGROOT}/share/postgresql/extension/vector.sql
read
popd

Expand Down

0 comments on commit d52a029

Please sign in to comment.