Make without all doesn't build pgvector extension installation script, resulting in an error when attempting to install it.
Move git reset outside of the loop for postgres versions, as we make clean, one need to reset it only once in the beginning, in case we have work directory cached from another run.
Make
withoutall
doesn't build pgvector extension installation script, resulting in an error when attempting to install it.Move
git reset
outside of the loop for postgres versions, as wemake clean
, one need to reset it only once in the beginning, in case we have work directory cached from another run.