pgrx icon indicating copy to clipboard operation
pgrx copied to clipboard

Feature request: `cargo pgrx init/make world-bin` enable parallel build

Open SteveLauC opened this issue 1 year ago • 1 comments

Hi, I just initialized this tool on one of my Linux machines, cargo pgrx init --pg17 download takes roughly 3 minutes, looking at the source code:

https://github.com/pgcentralfoundation/pgrx/blob/3ea09af490c2063460a36b7c611f661230f89fc2/cargo-pgrx/src/command/init.rs#L468-L496

We are not building Postgres in parallel, any reason behind this?

SteveLauC avatar Oct 08 '24 08:10 SteveLauC

Please enable this feature, its painful. I am trying to docargo pgrx initand every time it get stuck in some version compilation.

TwilightTechie avatar Apr 01 '25 19:04 TwilightTechie