pgcentralfoundation / pgrx

Build Postgres Extensions with Rust!
Other
3.7k stars 249 forks source link

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

Open SteveLauC opened 1 month ago

SteveLauC commented 1 month ago

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?