Open
Description
I'm trying to run multiple pgrx builds against different Postgres versions in parallel with the following (For example for both pg 14 & pg 15):
cargo pgrx init --pg${PG_VERSION} ${PG_CONFIG}
cargo pgrx package --pg-config ${PG_CONFIG} --out-dir ${DESTDIR}
And I got errors like Error: Postgres pg15 is not managed by pgrx.
If I run pgrx build once at a time for a pg version, things work fine.
Related: pgxman/pgxman#216
Build logs: https://github.com/pgxman/buildkit/actions/runs/10356208551/job/28665586672