You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should have explained that if each job shares the same $PGRX_HOME, then they share the same config.toml file, which is created new by each call to cargo pgrx init ....
Ah, cool, I didn't know config.toml can be shared for multiple jobs. Thanks for clarifying. Yeah, it would be nice to document this behaviour to avoid multiple parallel jobs sharing the same $PGRX_HOME.
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):
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
The text was updated successfully, but these errors were encountered: